Skip to content
New issue

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

[question] example of using a pub/priv keys for signing? #351

Closed
rally25rs opened this issue Apr 23, 2020 · 1 comment
Closed

[question] example of using a pub/priv keys for signing? #351

rally25rs opened this issue Apr 23, 2020 · 1 comment

Comments

@rally25rs
Copy link

Is there an example of how a remote client would verify a JWT produced by this library?

I believe typically you would use something like an x509 cert's private key to sign the JWT, then expose the public key, so that remote clients can use the public key to verify the JWT signature.

I didn't see any mention of certificates in the README. Just wondering if there is an example of how to do this.

Thanks for any info!

@rally25rs
Copy link
Author

Never mind, found it under the RSA section of the README. 🤦

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant