IDunion / indy-did-resolver

Resolver for the did:indy method
Apache License 2.0
8 stars 7 forks source link

Allow urlencoded names with whitespace #15

Closed domwoe closed 2 years ago

domwoe commented 2 years ago

Even if the did indy method spec will provide stricter rules on client-defined names, we'll still need to resolve legacy ledger objects with names containing white spaces. This PR allows the resolution of such ledger objects, when the name in the DID Url path is URL encoded.

Signed-off-by: Dominic Wörner dom.woe@gmail.com