Skip to content
Developer
Tool · JWT Decoder

🔏 JWT Decoder

Decode JWT header and payload instantly.

alg: HS256 · typ: JWT

Issued at (iat)

Thu, 18 Jan 2018 01:30:22 GMT

Not before (nbf)

Expires (exp)

Header

{
  "alg": "HS256",
  "typ": "JWT"
}

Payload

{
  "sub": "1234567890",
  "name": "Nikhil",
  "iat": 1516239022
}

Signature (not verified)

SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c

Decodes header and payload locally — your token never leaves this page. Signature verification is not performed.