JWT Decoder
Browser-based
Paste a JWT to decode and display its header and payload sections. Decoding is not verification — always handled client-side, never sent to any server.
About JWT Decoder
Look inside a JSON Web Token to see exactly what it contains. Paste a JWT and instantly read its header and payload claims, which is useful when debugging authentication flows or verifying what data an application has attached to a token. Decoding happens entirely in your browser — your token never leaves your device, and signatures are never touched.
How to use
- 1
Paste your JWT into the input field.
- 2
The header and payload are decoded and displayed instantly.