JWT Decoder

Decode and inspect a JSON Web Token — without uploading it.

Runs in your browser — nothing is uploaded

 

How to use

  1. Paste your JWT.
  2. 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.

Related tools