Create signed JWT tokens with custom headers, payloads, and expiry times.
Symmetric algorithms only (HS256/HS384/HS512). Asymmetric algorithms (RS/ES) require private keys.
Keep this secret safe. Anyone with this key can generate valid tokens.
Configure the algorithm, secret, and payload, then click Generate