platform icon indicating copy to clipboard operation
platform copied to clipboard

feat: add support to select multiple cred-def and connections for verification(BE)

Open pranalidhanavade opened this issue 1 year ago • 1 comments

What

  • Done Changes in payload of POST /orgs/{orgId}/proofs Sends a proof request API.
  • Added configurable maximum limit for multi-connection proof requests.(can be configurable in .env file).
  • Changed API payload structure to select mutliple connections in single proof request.
  • Applied dto level validations for empty and required fields.

Why

  • To accommodate new requirements and improve the efficiency of the proof request process, the payload structure is being revised.
  • Providing flexibility to organizations in managing their proof request by allowing them to define a maximum limit based on their specific needs.

How

  • Enhanced the back-end logic to process both single and multiple connection IDs when handling proof requests, maintaining compatibility with existing API structures.

pranalidhanavade avatar Apr 08 '24 04:04 pranalidhanavade