Blacksmith icons created by Freepik - Flaticon

JWT Forge

Create unsigned JWT easy.

HEADER
{
  "typ": "JWT",
  "alg": "none"
}
PAYLOAD
{}
JWT
eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.e30.
View on jwt.io