JWT decoder
Read the header and payload of a JSON Web Token, with exp/iat/nbf shown as dates.
How to use
- Paste a token.
- Decode it.
- Read the header, payload, and date claims.
What it supports
Decoding only: the signature is never verified, so the contents are not proof of authenticity. The token stays in this browser. Up to 20,000 characters.