UtilsWala

JWT Decoder & Token Inspector

Decode and inspect JSON Web Tokens (JWT) payload, header, claims, and expiry in real-time.

Select Sample Token or Custom Input

JSON Web Token (JWT) Inspector & Decoder

100% in-browser cryptographic inspection of header algorithm, claims payload, and expiration

Algorithm

HS256

JWT

Issued At

Thu, 18 Jan 2018 01:30:22 GMT

Expiration

Wed, 18 May 2033 03:33:20 GMT

Decoded Header
{
  "alg": "HS256",
  "typ": "JWT"
}
Decoded Payload (Claims)
{
  "sub": "1234567890",
  "name": "John Doe",
  "admin": true,
  "iat": 1516239022,
  "exp": 2000000000
}