JWT Debugger & Generator
Decode, inspect, and generate JSON Web Tokens (JWT).
JWT Generator
The secret key used to sign the JWT
Example: {"sub": "1234567890", "name": "John Doe", "iat": 1516239022}
Generated JWT Token
Fill in the payload and secret, then click Generate
JWT Debugger
Example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Enter a JWT token to decode