Common uses
- Inspect token claims while debugging authentication flows.
- Check expiration, issuer, audience and subject values.
- Verify an HMAC token during local development or API testing.
Inspect a JWT and optionally verify HS256, HS384 or HS512 signatures.
For HS256, HS384 or HS512, enter the original secret. Decoding alone does not establish trust.
Decoded header and payload will appear here.
How it works
Paste a JWT token.
Decode its header and payload.
Optionally enter the HMAC secret to verify its signature.
About this tool
The JWT decoder reads Base64URL-encoded header and payload data and presents the claims in a readable form. For HMAC tokens, optional signature verification can confirm whether the token matches a supplied HS256, HS384 or HS512 secret.
Good to know
Clear answers about privacy, quality and how this tool works.