← All ToolsFree · no sign-up
JWT Decoder
Paste a JSON Web Token to read its header and payload in plain JSON.
- Paste the token
- Read the decoded header and payload
Decodes only — it does not verify the signature. Nothing is sent to a server.
Decoded entirely in your browser — the token never leaves your device (there is no signature verification here, only decoding).