ToolSpark

JWT Decoder

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

Share:𝕏fin
🟢 ValidExpires: 28/02/2026, 19:16:13HS256
HEADER
{
  "alg": "HS256",
  "typ": "JWT"
}
PAYLOAD
{
  "sub": "1234567890",
  "name": "John Doe",
  "iat": 1772298973,
  "exp": 1772302573,
  "role": "admin"
}
Claims
subSubject"1234567890"
nameFull Name"John Doe"
iatIssued At2026-02-28T17:16:13.000Z (28/02/2026, 18:16:13)
expExpiration Time2026-02-28T18:16:13.000Z (28/02/2026, 19:16:13)
roleRole"admin"

Frequently Asked Questions

📖 Related Articles

Related Tools