← Back to tools

JWT Debugger

Decode and inspect JWTs. View header, payload, and claims with human-readable timestamps. Paste your token below.

ValidHS256

Header

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

Payload

{
  "sub": "1234567890",
  "name": "John Doe",
  "iat": 1516239022
}

Claims

sub
1234567890
iat
1/18/2018, 1:30:22 AM

Custom claims

name
John Doe

Signature verification

SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c