microsoft / VerifiableCredentials-Verification-SDK-Typescript

An SDK to help Relying Parties manages their Decentralized Identities and Verifiable Credentials.
MIT License
53 stars 14 forks source link

Beejones/bug resolver is not using fetch request #119

Closed beejones closed 3 years ago

beejones commented 3 years ago

Problem: The resolve caller did not pass the fetchRequest to resolve

Solution: Refactor so fetchRequest can be passed in the constructure

Validation: Updated unit tests

Type of change:

Risk: