JSON Web Token (JWT) Debugger
Decode, verify, and generate JSON Web Tokens — an open, industry-standard (RFC 7519) method for representing claims securely between two parties. Everything runs in your browser; tokens are never sent to any server.
Encoded Token
Decoded Header
Header will appear here
Decoded Payload
Payload will appear here
JWT Signature Verification (Optional)
Enter the secret used to sign the JWT:
🔒 100% private — decoding, verification and signing all happen locally in your browser using the Web Crypto API. Never paste production secrets into any website you don't trust.