vc-api icon indicating copy to clipboard operation
vc-api copied to clipboard

An HTTP API for performing credential lifecycle management for Verifiable Credentials.

Results 104 vc-api issues
Sort by recently updated
recently updated
newest added

When calling [Create Exchange](https://w3c-ccg.github.io/vc-api/#create-exchange), an `exchangeId` is returned. However, the [Participate in an Exchange](https://w3c-ccg.github.io/vc-api/#participate-in-an-exchange) endpoint has a `localExchangeId` URL path parameter. Looking at the [Exchange Example](https://w3c-ccg.github.io/vc-api/#exchange-examples), my assumption is that...

The group discussed this on 2024-09-10: The specification needs to elaborate that endpoint instances are configured in a ways that perform a concrete set of steps when called. Implementers can...

ready for PR

As per https://www.w3.org/TR/vc-jose-cose/#securing-vps-with-jose I can see that the request is valid for `/presentations/verify` > ``` > { > "@context": [ > "https://www.w3.org/ns/credentials/v2", > "https://www.w3.org/ns/credentials/examples/v2" > ], > "type": "VerifiablePresentation", >...

A credential issuance endpoint can be posted to multiple times with initially an unsigned credential and then later a signed credential which will have a new proof added to the...