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/add status check #47

Closed beejones closed 4 years ago

beejones commented 4 years ago

Problem: The vp validations needs to do the status check The solution only checks one VC. Left it this way because I believe we have a problem in our model. In the current model we will send a VC to an issuer which did not issued it. We need to discuss this.

You will need to add a crypto object to the ValidatorBuilder constructor. So this is breaking existing code.

Solution: Add status check

Validation: Added to each existing unit test

Type of change: