JWT Decoder
Route: /jwt
Decode and inspect JSON Web Tokens.
Features
- Header and payload inspection — decode the token's claims.
- Readable JSON view of each segment.
- Validation of token structure.
Using it
- Open JWT Decoder from the sidebar.
- Paste a JWT (
header.payload.signature). - Inspect the decoded header and payload claims.
Notes
- Decoding happens in your browser. A JWT is only Base64URL-encoded, not encrypted — never treat the contents as secret.