JWT Generator
Create HS256-signed test JWTs from any payload.
How to use
- Edit the JSON payload.
- Enter a test secret.
- Generate and copy the signed token.
Frequently asked questions
Which algorithm is used?
HS256 (HMAC-SHA256) - the most common symmetric JWT algorithm, signed locally via Web Crypto.