JWT Debugger
Decode and verify JSON Web Tokens (JWT) with real-time feedback
JWT Token
Paste your JWT token here...
Tips
• Paste a JWT token to decode and inspect its contents
• The token is split into Header (algorithm), Payload (claims), and Signature
• Check expiration time (exp) to verify if token is still valid
• This tool can verify signatures with your secret key or public key
• Use HS256/384/512 with a secret key, or RS256/384/512/ES256/384/512 with a public key
• For RS256/ES256, paste your public key in PEM format (-----BEGIN PUBLIC KEY-----)