-
Notifications
You must be signed in to change notification settings - Fork 61
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
Support JWT signing and verification for VCs #3
Comments
Libraries to useI found two JWT libraries: jsonwebtoken and jwt, and one JWK library: jsonwebkey. They all look well-maintained to me (re: #18). But JWK is used by |
As mentioned, we should avoid super-new libraries without significant production usage, considering how we will be working with security professionals. It should be fine to create JWK capabilities within this repository for now, and refactor out into new crates as necessary. As for JWT, those libraries look mature enough to consider for inclusion. |
Re: #3 - Pass jwt tests in vc-test-suite - Added RSA key for testing - Convert RSA key to DER for use with jsonwebtoken/ring - Consolidate OneOrMany enums - Add Error type
No description provided.
The text was updated successfully, but these errors were encountered: