JWT Decoder

Live

Decode JWT header and payload locally.

Decoding happens locally. The signature is not verified — never trust an unverified token on the server.
Issued at1/18/2018, 1:30:22 AM
{
  "alg": "HS256",
  "typ": "JWT"
}
{
  "sub": "1234567890",
  "name": "On9Tools",
  "iat": 1516239022
}

More Developer Tools

View all