JWT Decoder - Online JSON Web Token Parser
A free online tool to decode and inspect JSON Web Tokens (JWT). View header, payload, claims, and expiration status instantly.
This application requires JavaScript to run. Please enable JavaScript in your browser to use the JWT decoder.
What is JWT?
JSON Web Token (JWT) is an open standard (RFC 7519) for securely transmitting information between parties as a JSON object. JWTs are commonly used for authentication and authorization.
Features
- Decode JWT tokens instantly
- View header and payload claims
- Check token expiration status
- 100% client-side - tokens never leave your browser
- Works offline
- Dark mode support