platform
platform copied to clipboard
feat: add support to select multiple cred-def and connections for verification(BE)
What
- Done Changes in payload of POST
/orgs/{orgId}/proofsSends 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.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code