w3c-ccg / vc-test-suite-implementations

Implementations for VC HTTP API tests
BSD 3-Clause "New" or "Revised" License
0 stars 11 forks source link

Remove code in `lib/requests.js` that handles `verifiableCredential` #54

Open aljones15 opened 1 year ago

aljones15 commented 1 year ago

The VC-API now requires that 201 issuer responses contains the property verifiableCredential so the code in lib/requests.js will need to remove the exception it made previously.