Typical use
Input
{"sub":"51tools","iat":1717200000}
Output
Outputs a token in header.payload.signature format.
Generate JWT tokens with HS256, HS384, or HS512 secrets for API debugging.
Use this page to generate JWTs with an HMAC secret. It focuses on Header JSON, Payload JSON, and secret and produces a copyable JWT token.
{"sub":"51tools","iat":1717200000}
Outputs a token in header.payload.signature format.
The input is mainly processed in your browser, and the page only uses browser capabilities needed to generate the result.