JWT Decoder — Read Token Header, Payload & Expiry
Decode a token to see what is actually inside it. Timestamps are converted to readable dates, and the expiry is checked against your clock.
Token
What this does
- Header and payload decoded from base64url
- exp, iat and nbf shown as dates, with expiry state
- Signature is shown but not verified — that needs the secret
- Nothing is uploaded — your token never leaves this page
Looking for an API to try it against? Browse APIs that need no key — you can call those straight from this page.