JWT Decoder & Verifier

Decode and verify JSON Web Tokens securely

Input JWT

Security Warning

  • Never share JWTs containing sensitive information
  • Decoding a token does not verify its signature
  • All decoding happens locally in your browser

Waiting for token...

Paste your JWT here (header.payload.signature)...