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
A VC 1.1 can be represented as a JWT according to https://www.w3.org/TR/vc-data-model/#json-web-token
Such representation may contain the x5c JOSE header parameter as described in https://www.rfc-editor.org/rfc/rfc7515.html#section-4.1.6. The SDK should provide an option to the VerifyMethod in
x5c
ssi-sdk/crypto/jwx/jws.go
Line 35 in 9a70a02
When verification fails, an error should be returned.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
A VC 1.1 can be represented as a JWT according to https://www.w3.org/TR/vc-data-model/#json-web-token
Such representation may contain the
x5c
JOSE header parameter as described in https://www.rfc-editor.org/rfc/rfc7515.html#section-4.1.6. The SDK should provide an option to the VerifyMethod inssi-sdk/crypto/jwx/jws.go
Line 35 in 9a70a02
When verification fails, an error should be returned.
References
The text was updated successfully, but these errors were encountered: