How to Use
- Paste a JWT.
- View decoded parts.
- Check claims.
Decode the header and payload of a JSON Web Token without verifying signature.
Quick answers about this tool.
No, it only decodes; signature verification requires a secret.
Processing happens locally in the browser.