aries-cloudagent-python icon indicating copy to clipboard operation
aries-cloudagent-python copied to clipboard

Add support for Present Proof V2.1 -- receiving multiple presentations in a single protocol instance

Open swcurran opened this issue 4 years ago • 0 comments

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.

swcurran avatar Sep 21 '21 23:09 swcurran