JSON Web Tokens - jwt.io
- DecoderJWT Decoder
- EncoderJWT Encoder
Paste a JWT below that you'd like to decode, validate, and verify.
Encoded Token
JSON Web Token (JWT)
JWT
Copy
Clear
Valid JWT
Signature Verified
Decoded Header
JSONJSON
Copy
Claims BreakdownClaims Breakdown
Copy
{: "HS256",
: "JWT"
}Decoded Payload
JSONJSON
Copy
Claims BreakdownClaims Breakdown
Copy
{: "1234567890",
"name": "John Doe",
"admin": true,
: }JWT Signature Verification(Optional)
Enter the secret used to sign the JWT below:
Base64URL Encoded
Secret
Secret
Copy
Clear
Valid secret