How to use JWT Playground

  1. Use the Decode tab to paste a JWT and view header and payload.
  2. Use the Generate tab to create a JWT with a JSON payload and secret (HS256).
  3. Use the Verify tab to check that a JWT signature is valid for a given secret.

Example

Input

Your input or data here

Output

Result will appear here after running the tool

Frequently asked questions

What is the JWT Playground?
One page to decode, generate, and verify JWTs without switching tools. Useful for debugging and testing.
Which algorithms are supported?
Generation and verification support HS256. Decode works for any JWT format.