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
{{ message }}
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
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
x5cJOSE 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