Paste a JSON Web Token to decode its header and payload. 100% client-side — your token never leaves the browser.
A JSON Web Token (JWT) consists of three base64url-encoded parts separated by dots: Header.Payload.Signature. This tool decodes the header and payload instantly in your browser without sending the token anywhere.