You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: