Common uses
- Create test tokens for local API and authentication development.
- Generate fixtures for automated tests or QA environments.
- Learn how JWT headers, claims, timestamps and HMAC signatures fit together.
Create signed HMAC JWTs with custom payloads, expiration and optional registered claims.
Signed token
Your signed JWT will appear here.
How it works
Choose an HMAC algorithm and enter a secret.
Add custom JSON and any optional JWT claims.
Generate, inspect, copy or download the signed token.
About this tool
The JWT generator creates HMAC-signed tokens with custom headers, payload data and optional registered claims. Signing uses the browser Web Crypto API, so the secret and generated token do not need to be sent to Gainup's servers.
Good to know
Clear answers about privacy, quality and how this tool works.