How to use it
- Paste the JWT.
- Inspect header and payload JSON.
- Review expiry and authorization claims.
Developer tool
Paste a JWT token and inspect its header, payload and signature information as readable JSON.
Practical guide
Decode token parts into readable JSON, interpret exp and iat values and inspect claims while remembering that the signature is not verified.
This tool streamlines workflows such as debugging login issues and checking token expiry in one place.
Convert exp to a readable date and compare client and server clocks.
Compare role, scope or permission claims with expected values.
No. The decoder only reads content; trust requires server-side signature verification.
No. Mask tokens before screenshots or support messages.
Similar tools