JOSE (JWT/JWK)

Generate and verify JSON Web Tokens and Keys.

Configuration
Setup your JWT payload and signing secret
Encoded Result
Your encoded JWT will appear here...

Standard Header:

{
  "alg": "HS256",
  "typ": "JWT"
}