Developer
Decode JSON Web Tokens (JWT) instantly to view header, payload, and signature data.
Paste a JWT on the left to see the decoded components.
Developers frequently need to inspect the contents of an authentication token during API development and debugging. Our client-side decoder makes this instant and secure.
Anyone with access to your JWT can read the payload data just like this tool does. You should never put sensitive data (like passwords or social security numbers) inside the payload of a JWT.
Discover