JWT Decoder

Decode and verify JSON Web Tokens (JWT). Paste your token or upload a file to see the decoded header, payload, and signature. Optionally, verify the token with a secret key.

JWT Token Input:

Decoded JWT:

Header

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

Payload

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

Signature

SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
Error parsing content