JWT Generator
v1.0.0Generate JSON Web Tokens with custom claims, algorithm selection (HS256/RS256), and configurable expiry.
Generates signed JSON Web Tokens (JWTs) with configurable claims, expiry, and algorithm.
How to use- →Add claims to the payload editor (key-value pairs).
- →Select your signing algorithm and enter the secret or private key.
- →Set the expiry time using standard duration notation (e.g. 1h, 7d).
- →Try a preset from the example picker to see sample input.
HS256
Generated token will appear here…