aries-framework-go icon indicating copy to clipboard operation
aries-framework-go copied to clipboard

Support for Presentation Exchange V2

Open sudeshrshetty opened this issue 2 years ago • 2 comments

Aries currently supporting presentation exchange V1

TASKS:

  1. Upgrade aries presentation exchange to support V2
  2. Universal wallet to support both Presentation Exchange V1 & V2 for interoperability.
  3. Make Presentation Exchange version in Present Proof and other protocol consumers configurable (keep default to V1 for now)

sudeshrshetty avatar Jul 25 '22 14:07 sudeshrshetty

@vkubiv

sudeshrshetty avatar Jul 25 '22 14:07 sudeshrshetty

Changes that need to be implemented to support V2:

  1. Support an optional format property for input_descriptor.
  2. Remove schema property, and instant use field constraint.
  3. Support intended_to_retain
  4. JSON-LD Framing Feature

vkubiv avatar Jul 25 '22 14:07 vkubiv