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

Bug fixes to escape the Contract Id Name and also strip query parameters #52

Closed gproanomsft closed 4 years ago

gproanomsft commented 4 years ago

Problem: Reading the contract id did not account for uri escaping nor query string

Solution: uri decode the contract name and remove query string values add unit tests

Validation: unit tests

Type of change:

Risk: