JWT Debugger

Input Token

Decoded Token

Paste a JWT token to see its decoded content

How to Use

  1. Paste your JWT token in the input field
  2. The token will be automatically decoded
  3. View the decoded header, payload, and signature sections
  4. The header contains the token type and signing algorithm
  5. The payload contains the token claims and data
  6. The signature verifies the token's authenticity