vc-api
vc-api copied to clipboard
An HTTP API for performing credential lifecycle management for Verifiable Credentials.
Today, the `issuer` field is optional. If it were forbidden, the server could dynamically assign an issuer, and the client would not be allowed to request a specific issuer which...
need to adjust CI now that we can have unified UX for open api specs - see [this action fail for details](https://github.com/w3c-ccg/vc-api/actions/runs/2059943118) @brownoxford - is this something you would want...
We address with in trace interop with https://github.com/w3c-ccg/traceability-interop/blob/main/docs/discovery.md However, previously we have addressed this with well known did configuration. And originally this was all hard coded into a "service provider...
Previously discussed in: https://github.com/w3c-ccg/vc-http-api/issues/204 Currently, RevocationList2020 assumes a revocation list is hosted somewhere resolve-able. And https://github.com/w3c-ccg/vc-http-api/blob/main/issuer.yml#L37 implies that this API changes that credential wherever it is hosted, yet this API...
May have been obvious to others, but I had to ``` npm i @openapitools/openapi-generator-cli ``` before npm run build would bundle the API. Might be worth mentioning for openAPI newbies.
When educating clients in this work, I've always said that verifying a VP includes verifying the VCs entailed within. However, Section 3.3.2 https://w3c-ccg.github.io/vc-api/#verify-presentation doesn't state whether that is correct or...
Obviously the request to issue a credential should have the following headers (these come from the examples in the spec): > Content-Type: application/json > Accept: application/json, */* But nothing in...
Specifically, what happens to the status bits? https://github.com/w3c-ccg/vc-api/pull/271/files#r837514390
Setup linting CI/CD for OAS
Consider the following example: `Holder A` wants to present credentials to `Holder B` `Holder A` would tell `Holder B` "IntentToProvideDataToHolderB" `Holder B` would lookup "IntentToProvideDataToHolderB", and reply with the required...