hyperledger-archives / aries-framework-dotnet

Aries Framework .NET for building multiplatform SSI services
https://wiki.hyperledger.org/display/aries
Apache License 2.0
84 stars 74 forks source link

Support for adding restrictions to proof requsts based on attribute value #75

Closed tmarkovski closed 4 years ago

tmarkovski commented 4 years ago

Signed-off-by: Tomislav Markovski tomislav@streetcred.id

Adds support for specifying attribute value in the restrictions object for proof requests. Libindy allows specifying restrictions based on value as attr::<name>::value. This PR adds the ability to specify only the name and value in a strongly typed object.