OneTool

JWT Encoder (Demo)

Unsigned-demo style HS256 signer for local experiments.

What is this tool?

JSON Web Tokens package claims in a signed string. This page lets you edit a payload and sign with HS256 using a secret you supply — useful for learning or local mock APIs. It is explicitly a demo/testing tool: do not mint production auth tokens here, and do not paste production secrets.

How to use it

  1. Edit the payload JSON.
  2. Enter a demo HS256 secret (never a production secret).
  3. Encode and copy the JWT for local testing only.