Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: qa
Choose a base branch
from

Conversation

pranalidhanavade
Copy link
Contributor

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.

Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>
…ltiple-connection-support-while-sending-proof
Copy link

sonarcloud bot commented Apr 8, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@bhavanakarwade bhavanakarwade changed the title Add support to select Multiple cred-def and connections for verification(Backend) feat: add support to select multiple cred-def and connections for verification(BE) Apr 10, 2024
Base automatically changed from develop to qa May 17, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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