vc-api
vc-api copied to clipboard
An HTTP API for performing credential lifecycle management for Verifiable Credentials.
Work in progress here: https://gist.github.com/OR13/5c01814fb1cf929c4d0cc15ecca6a73d
Issued credentials have to flow to *holders*. This API requires issuers to also support flowing them to an internal caller for some reason. I am not aware of any architectural...
When issuing a Verifiable Credential, the response object is the VC itself. This means that the API is not capable of returning any metadata that might be important to the...
During the CCG call earlier today, people expressed interest in getting an idea of the current VC API implementations out there (especially open source ones). Please leave a comment here...
@dlongley I get the impression from your comments that it might be easier to see your perspective if we could see what you wish the VC API Issuer endpoints looked...
- https://w3c.github.io/vc-data-model/#identifier-based-correlation - https://w3c.github.io/vc-data-model/#usage-patterns - https://w3c.github.io/vc-data-model/#subject-holder-relationships - https://w3c.github.io/vc-data-model/#issuer-authorizes-holder I am unable to find a single case where an `issuer connects directly to a verifier`, or where a verifier asks for...
I feel like a broken record on this one. The API is currently unusable--even for us as collaborators--because we are unable to distinguish which endpoints are on which component. For...
This issue is being raised here to track a number of implementation challenges we have faced trying to leverage this API spec. ##### Discovering Credential Suites and Issuer Ids -...
[RevocationStatus2020](https://github.com/w3c-ccg/vc-status-rl-2020#specification-status) is no longer supported, we should migrate to use [StatusList2021](https://w3c-ccg.github.io/vc-status-list-2021/)
This conversation started in issue https://github.com/w3c-ccg/vc-api/issues/198 and the group wanted to have a discussion around what the reasons for not using JSON-LD for extensibility in the VC API were. This...