Paste the JSON Web Token into this text area to decode it.

Header

Decoded JWT Header content will be displayed here.

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

Decoded JWT Payload content will be displayed here.

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

JWT Signature content will be displayed here.

SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
Signature Verification

Enter the secret key or public key to verify the JWT signature