Closed peacekeeper closed 2 years ago
Agreed, this should be fixed.
I will get on this once I get back and sorry about missing this.
EDIT: options are not currently supported by the issuer: https://github.com/digitalbazaar/bedrock-vc-issuer/issues/75
closing this as type
is no longer an issuer option.
The VC API has a
type
option to request a certain proof type: https://github.com/w3c-ccg/vc-api/blob/main/components/IssueCredentialOptions.yml#L20The VC API should send this option with a
Ed25519Signature2020
value.Potentially the test suite could also allow implementations to use the
verificationMethod
option: https://github.com/w3c-ccg/vc-api/blob/main/components/IssueCredentialOptions.yml#L23Without that, the assumption is that a "default verification method" will be used, also see discussion here: https://github.com/w3c-ccg/vc-api/issues/67