aries-cloudagent-python
aries-cloudagent-python copied to clipboard
Add support for Present Proof V2.1 -- receiving multiple presentations in a single protocol instance
Recently, v2.1 of the Present Proof protocol was added. We'd like to see it supported in ACA-Py -- at least as a verifier, and (at minimum for testing purposes) as a holder.
See the changes made to the protocol here (merged) and here (PR).
An admin API addition would be needed to add the optional "request multiple presentations" in requesting a proof. Care would have to be taken to support a holder that responded with a V2.0 response to NOT expect multiple presentations.