We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Is there a way we can create private key manually? I have a private key I would like to use, but not sure how.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: