-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Since we don't have direct access to private key, we need to generate the signed JWT manually.
as you might know, JWT token consist of 3 parts:
- header
- payload
- signature
creating the JWT according to the regarding RFCs for JWT and JWS, we can't be able to verify the generated JWT token using public key.
can anyone help us on this issue? alternatively having this feature (create signed JWT) included in this module could be helpful.
smaldd14
Metadata
Metadata
Assignees
Labels
No labels