JWT decoder
Inspect the header, payload and signature of a JSON Web Token. Decoding only — no secret leaves your browser.
Active · exp 10/20/2030, 6:46:40 PM
Header
{
"alg": "HS256",
"typ": "JWT"
}Payload
{
"sub": "user_8421",
"name": "Avery Carter",
"role": "admin",
"iat": 1718745200,
"exp": 1918748800
}Signature
3v8Nq2bQ1xs5pXqg9mJb7kZC0rFt8wYpL2nQ4dRkXyA