Skip to main content

JWT Decoder

Paste a JSON Web Token to inspect its header and payload. Decoding happens locally — the token never leaves your browser. This tool does not verify the signature.

Decoding a JWT does not verify it. Do not trust an unverified token.

How to use this tool

  1. 1Paste your JWT into the box.
  2. 2Read the decoded header and payload.
  3. 3Never paste production secrets into any online tool.

Related tools