generators

JWT Decoder

Decode a JSON Web Token's header and payload.

Decoding only — this does not verify the token's signature.

How to use JWT Decoder

  1. 1Paste a JWT.
  2. 2View the decoded header and payload.
  3. 3Copy either section as JSON.

Related tools