toolmix.io logotoolmix.io
/ Developer Tools / JWT Decoder

JWT Decoder

Split a token into header, payload and expiry state.

JWT token
header
alg
{
  "alg": "HS256",
  "typ": "JWT"
}
payload
no exp claim
{
  "sub": "1234567890",
  "name": "ToolHub",
  "iat": 1700000000
}