JWT Debugger
Input Token
Decoded Token
Paste a JWT token to see its decoded content
How to Use
- Paste your JWT token in the input field
- The token will be automatically decoded
- View the decoded header, payload, and signature sections
- The header contains the token type and signing algorithm
- The payload contains the token claims and data
- The signature verifies the token's authenticity