DEV/AUTH

JWT Debugger

Decode and inspect JSON Web Token headers and payloads.

Header
{
  "alg": "HS256",
  "typ": "JWT"
}
Payload
{
  "sub": "123",
  "name": "John",
  "iat": 1516239022
}
Signature
SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c

Related tools

All →