Generate a signed HS256 JWT
Build and sign a JSON Web Token with the HS256 (HMAC-SHA256) algorithm
straight in your browser. Provide a JSON payload and a shared secret, and the
tool emits a standard header.payload.signature token you can drop into an
Authorization: Bearer header for testing.
The signing uses the browser’s native Web Crypto API — your secret and claims never leave the page, so it is safe for local development and integration testing.