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.
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:
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.