Development tools
JWT Debugger
Decode any JWT to see its header and payload, verify the signature, detect expiry, and encode new tokens — all in one place.
Decode header + payload
Verify signature
Encode JWT
Detect expiry
Algorithm display
Timestamp decode
Free · No credit card · 50 credits/day
JWT structure reference
| Part | Encoding | Contains | Signed? |
|---|---|---|---|
| Header | Base64URL | alg (algorithm), typ (token type) | Yes |
| Payload | Base64URL | sub, iat, exp, plus custom claims | Yes |
| Signature | Base64URL | HMAC or RSA signature over header + payload | N/A |
⚠️ The payload is Base64URL encoded, not encrypted — anyone can decode it. Never put secrets in a JWT payload.
Frequently asked questions
Related dev tools
More tools for authentication and API testing.
Debug your JWT tokens now
Free account. 50 credits per day. Access to 75+ tools instantly.
Create free account →