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

Fix and tests to validate single VC #80

Closed beejones closed 4 years ago

beejones commented 4 years ago

Problem: Validating a single VC without presentation fails

Solution: Return claimTokens with credential ty[e

Validation: New unit tests

Type of change: