Toolspark

JWT Decoder

Decode and inspect JSON Web Tokens. View header, payload, claims, and expiration.

Share:𝕏fin
🟢 ValidExpires: 3/30/2026, 6:38:51 PMHS256
HEADER
{
  "alg": "HS256",
  "typ": "JWT"
}
PAYLOAD
{
  "sub": "1234567890",
  "name": "John Doe",
  "iat": 1774892331,
  "exp": 1774895931,
  "role": "admin"
}
Claims
subSubject"1234567890"
nameFull Name"John Doe"
iatIssued At2026-03-30T17:38:51.000Z (3/30/2026, 5:38:51 PM)
expExpiration Time2026-03-30T18:38:51.000Z (3/30/2026, 6:38:51 PM)
roleRole"admin"

Frequently Asked Questions

📖 Related Articles

Related Tools