w3c-ccg / vc-api

A specification for an HTTP API used to issue and verify Verifiable Credentials.
https://w3c-ccg.github.io/vc-api
Other
123 stars 47 forks source link

add returnPresentation option to presentations/verify #380

Closed jrhender closed 5 months ago

jrhender commented 6 months ago

Adding the returnPresentation option to presentation/verify. Implements #207 .

In order to do this, separated out VerifyPresentationOptions and VerifyCredentialResult because credential has verifiedCredential and presentation has verifiedPresentation.