-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support DID accreditations [DEV-4415] (#601)
* feat: Add resource connector in credential issuance * Add accredit/issue api * fix swagger * Implement accredit verify [skip ci] * Add a separate controller for accreditation * fix imports * Update response * Pause failing test * Add accreditation tests * fix bugs * Add auth rules * fix resource data format * fix issue test * Add accreditation/verify test * Debug * fix linting error * Add additional tests * Update verify workflow * Add accredit & attest tests * Execute sequential tests * fix verification * Handle validations * fix root validation logic * fix test payloads * Update swagger * Use validate decor * npm update * Update package-lock.json * Fix verbatimModuleSyntax error in build * Setting verbatimModuleSyntax to false * Update accreditation.ts * Address PR comments * Update accreditation auth * Fix authorize test payload * Allow didUrl in fragments for verify * Remove recursion in verification logic * Update tests * Add additional tests * fix validators && swagger * fix status codes * Parallelize negative tests * Fix typo in hasTrustFramewok * Fix typo --------- Co-authored-by: Ankur Banerjee <[email protected]>
- Loading branch information
1 parent
e18d4ac
commit 7447516
Showing
26 changed files
with
3,319 additions
and
1,767 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.