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

Allow caller to skip checking required input attestations #134

Closed gproanomsft closed 3 years ago

gproanomsft commented 3 years ago

Problem: Optionality is incorrectly enforced by the VC SDK

Solution: When attestations are checked by the caller, skip the call to validateAllRequiredInputs

Validation: Unit tests did not detect regression

Type of change:

Risk: