JWT Decoder
Decode and inspect JSON Web Tokens instantly.
100% client-side. Your data never leaves your browser.
Invalid JWT
Header
Payload
Signature
Signature verification requires the secret key. This tool only decodes tokens.
Paste a JWT token above to decode it
Common JWT Claims
| Claim | Name | Description |
|---|---|---|
| iss | Issuer | Who issued the token |
| sub | Subject | Who the token is about (usually user ID) |
| aud | Audience | Who the token is intended for |
| exp | Expiration | When the token expires (Unix timestamp) |
| iat | Issued At | When the token was issued (Unix timestamp) |
| nbf | Not Before | Token not valid before this time |
| jti | JWT ID | Unique identifier for the token |
Client-Side
All decoding happens in your browser. Your tokens never touch our servers.
No Signup
Use unlimited times without creating an account. No ads, no tracking.
Instant Decode
Decode JWTs as you type with real-time parsing and timestamp conversion.
Related Tools
Need something custom built?
I build custom Laravel tools, web apps, and SaaS platforms. If you need something beyond off-the-shelf, let's talk.
Contact