JWT Decoder
Paste a JWT to decode its header and payload as readable JSON. This tool does not verify the signature.
Frequently Asked Questions
- Does this verify the token's signature?
- No, this only decodes the header and payload for inspection — it does not verify authenticity.