JWT Decoder
Decode and inspect a JSON Web Token — without uploading it.
Runs in your browser — nothing is uploaded
How to use
- Paste your JWT.
- Read the decoded header and payload.
FAQ
Does this verify the signature?
No. It decodes the header and payload for inspection. Signature verification requires the signing key and is a separate tool.