You are not logged in.
Pages: 1
So far i have used jose-jwt components to generate and sign JWT in REST Client app. Since Mormot has classes built into the JWT, I wanted to drop them.
I need to generate a string with JWT Token
I need to generate a JWT Token from scratch and then sign it with HS512.
The documentation only includes the creation and verification based on an already existing token.
Any hints / code example?
Pages: 1