JWT Decoder
Paste a JWT token to instantly decode the header, payload, and signature. Check expiry, view all claims, and verify token structure — no libraries, no server, 100% client-side.
Paste your JWT token
How to use
- Paste your JWT token into the text area above — it decodes instantly as you type.
- The Header shows the algorithm and token type.
- The Payload shows all claims — including
sub,iat,exp, and any custom claims. - The expiry status is checked against your local clock automatically.
- The Signature section is shown but not verified — verification requires the secret key.