JWT Decoder
Decode a JWT's header and payload. Decoding is not signature verification.
Your file never leaves this browser tab — everything runs locally on your device.
How to use jwt decoder
- Paste a JWT (the three dot-separated parts).
- Click "Decode JWT".
- Review the decoded header and payload as formatted JSON.
Common use cases
- Inspecting the claims inside an access or ID token while debugging auth.
- Checking a token's expiry (exp) or issued-at (iat) time.
- Understanding what a third-party API's JWT actually contains.