How to decode a JWT
Paste the token and the tool shows the decoded header and payload. Everything happens locally, without sending the token to any server.
Important notice
This tool does not verify the token signature: it only decodes its content for inspection. Do not use it as a security control.