Back

JWT Decoder

Decode and inspect JSON Web Token headers, payloads, and signatures.

Valid JWT
Encoded Token
Header
{
  "alg": "HS256",
  "typ": "JWT"
}
Payload
{
  "sub": "1234567890",
  "name": "Đổ Huốc Việt",
  "role": "Software Engineer",
  "iat": 1770000000,
  "exp": 2081000000
}
Signature
signature_sample_hash