Home
chevron_right
Dev Tools
chevron_right
JWT Builder
token
JWT Builder
Build unsigned JWT tokens for testing.
Not for production!
Header (JSON)
{"alg": "HS256", "typ": "JWT"}
Payload (JSON)
{"sub": "1234567890", "name": "John Doe", "iat": 1516239022, "exp": 1893456000}
token
Build JWT
Generated Token (unsigned)
—
content_copy
Copy Token
warning
This creates unsigned tokens for testing only. Never use unsigned JWTs in production.