-
Notifications
You must be signed in to change notification settings - Fork 90
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
JwkStorageDocument & JwtCredential validation #1152
Conversation
f1d8aa0
to
7b7a2d9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Preliminary comments on the Rust part, will do Wasm next.
identity_credential/src/validator/vc_jwt_validation/credential_jwt_validation_options.rs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. We should take care of the TODOs in the code and then remove them to clean up. We should remove the old JCS implementation and the old credential and presentation validator.
bindings/wasm/src/credential/jwt_credential_validation/credential_token.rs
Outdated
Show resolved
Hide resolved
bindings/wasm/src/credential/jwt_credential_validation/jwt_credential_validator.rs
Outdated
Show resolved
Hide resolved
bindings/wasm/src/credential/jwt_credential_validation/options.rs
Outdated
Show resolved
Hide resolved
bindings/wasm/src/credential/jwt_credential_validation/options.rs
Outdated
Show resolved
Hide resolved
… into feat/jwk-storage-document-ext-2
… into feat/jwk-storage-document-ext-2
Description of change
see #1148
Links to any relevant issues
Be sure to reference any related issues by adding
fixes issue #
.Type of change
Add an
x
to the boxes that are relevant to your changes.How the change has been tested
Describe the tests that you ran to verify your changes.
Make sure to provide instructions for the maintainer as well as any relevant configurations.
Change checklist
Add an
x
to the boxes that are relevant to your changes.