Tool

JWT Debugger

Decode, verify, and generate JSON Web Tokens right in your browser.

← Back home
Valid JWTEnter a secret or public key to verify the signature.

JWT debugger

Paste a token to decode the header and payload, then verify the signature with your key.

Encoded header length: 36

Encoded payload length: 91

Signature length: 43

{
  "alg": "HS256",
  "typ": "JWT"
}
{
  "sub": "1234567890",
  "name": "John Doe",
  "admin": true,
  "iat": 1516239022
}

Claims Breakdown

sub1234567890
iat1516239022 (2018-01-18 01:30:22 UTC)
nameJohn Doe
admintrue