Developer Tools

JWT Decoder

Decode JSON Web Tokens to inspect the header, payload, and claims. Quickly debug authentication tokens without any server calls.

Share:
1 line • 155 chars

Paste a JWT token, keep line numbers visible, and inspect the decoded header, payload, and signature inside fullscreen mode.

Quick examples

Header
{
  "alg": "HS256",
  "typ": "JWT"
}
Payload
{
  "sub": "1234567890",
  "name": "John Doe",
  "iat": 1516239022
}
iat: 2018-01-18T01:30:22.000Z
Signature
SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c