-
Notifications
You must be signed in to change notification settings - Fork 16
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: implementation of DID document for did web method #601
Merged
Conversation
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
Signed-off-by: bhavanakarwade <[email protected]>
…at/multiple-did-methods
Signed-off-by: bhavanakarwade <[email protected]>
Signed-off-by: bhavanakarwade <[email protected]>
Quality Gate passedIssues Measures |
bhavanakarwade
changed the title
feat: did document
feat: implementation of DID document for did web method
Mar 19, 2024
tipusinghaw
approved these changes
Mar 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ankita-p17
pushed a commit
that referenced
this pull request
Mar 27, 2024
* Initial changes to send email Signed-off-by: Krishna <[email protected]> * Initial changes to send email Signed-off-by: Krishna <[email protected]> * feat: email functionality via oob email Signed-off-by: Krishna <[email protected]> * remove logs Signed-off-by: Krishna <[email protected]> * fix: logging Signed-off-by: Krishna <[email protected]> * refactor: agent token encryption Signed-off-by: KulkarniShashank <[email protected]> * feat: support multiple did methods (#589) * feat: support multiple did methods Signed-off-by: bhavanakarwade <[email protected]> * refactor: removed the commented code Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code agent-service Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code agent-service Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Co-authored-by: tipusinghaw <[email protected]> * Add shortening url for email verification Signed-off-by: Krishna <[email protected]> * fix: refactored tables Signed-off-by: bhavanakarwade <[email protected]> * fix: reafctored json data Signed-off-by: bhavanakarwade <[email protected]> * feat:add reuse connection Signed-off-by: pallavicoder <[email protected]> * fix: refactored tables (#592) * fix: refactored tables Signed-off-by: bhavanakarwade <[email protected]> * fix: reafctored json data Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix:changed validation message Signed-off-by: pallavicoder <[email protected]> * worked on the POST API of refresh token Signed-off-by: Nishad <[email protected]> * fix: an incorrect message appears when delete the ecosystem invitation which is already deleted Signed-off-by: pranalidhanavade <[email protected]> * fix: added the token validation with encryption on the wallet and DID Signed-off-by: KulkarniShashank <[email protected]> * fix: schema id validations Signed-off-by: bhavanakarwade <[email protected]> * feat: dedicated agent spin up Signed-off-by: bhavanakarwade <[email protected]> * fix: solved the platform-admin agent spin-up Signed-off-by: KulkarniShashank <[email protected]> * fix: schema validation Signed-off-by: bhavanakarwade <[email protected]> * fix: schema validations Signed-off-by: bhavanakarwade <[email protected]> * fix: solved the duplication code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed unnecessary import Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * feat: implementation of DID document for did web method (#601) * wip: did document Signed-off-by: bhavanakarwade <[email protected]> * remove unnecessary code Signed-off-by: bhavanakarwade <[email protected]> * wip: store did doc in org agents table Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * make array size dynamic Signed-off-by: Krishna <[email protected]> * fix: solved the sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * fix: solved the sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * Solved verification interface issue Signed-off-by: KulkarniShashank <[email protected]> * restricted client access to update org and create client credentials Signed-off-by: Nishad <[email protected]> * fix: bug fixes Signed-off-by: bhavanakarwade <[email protected]> * fix: resolved sonarlint issues Signed-off-by: bhavanakarwade <[email protected]> * Added the dotenv config package on the common-service Signed-off-by: KulkarniShashank <[email protected]> * fix: solved issue for oob verification with email Signed-off-by: KulkarniShashank <[email protected]> * fix: modified interface name Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations Signed-off-by: bhavanakarwade <[email protected]> * fix: web didDoc updation in database (#617) Signed-off-by: KulkarniShashank <[email protected]> * remove space in common service Signed-off-by: KulkarniShashank <[email protected]> --------- Signed-off-by: Krishna <[email protected]> Signed-off-by: KulkarniShashank <[email protected]> Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: pallavicoder <[email protected]> Signed-off-by: Nishad <[email protected]> Signed-off-by: pranalidhanavade <[email protected]> Co-authored-by: Krishna <[email protected]> Co-authored-by: bhavanakarwade <[email protected]> Co-authored-by: tipusinghaw <[email protected]> Co-authored-by: bhavanakarwade <[email protected]> Co-authored-by: pallavicoder <[email protected]> Co-authored-by: Nishad <[email protected]> Co-authored-by: pallavighule <[email protected]> Co-authored-by: pranalidhanavade <[email protected]> Co-authored-by: pranalidhanavade <[email protected]> Co-authored-by: Nishad Shirsat <[email protected]> Co-authored-by: Krishna <[email protected]>
KulkarniShashank
pushed a commit
that referenced
this pull request
Sep 11, 2024
* wip: did document Signed-off-by: bhavanakarwade <[email protected]> * remove unnecessary code Signed-off-by: bhavanakarwade <[email protected]> * wip: store did doc in org agents table Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]>
KulkarniShashank
added a commit
that referenced
this pull request
Sep 11, 2024
* Initial changes to send email Signed-off-by: Krishna <[email protected]> * Initial changes to send email Signed-off-by: Krishna <[email protected]> * feat: email functionality via oob email Signed-off-by: Krishna <[email protected]> * remove logs Signed-off-by: Krishna <[email protected]> * fix: logging Signed-off-by: Krishna <[email protected]> * refactor: agent token encryption Signed-off-by: KulkarniShashank <[email protected]> * feat: support multiple did methods (#589) * feat: support multiple did methods Signed-off-by: bhavanakarwade <[email protected]> * refactor: removed the commented code Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code agent-service Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code agent-service Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Co-authored-by: tipusinghaw <[email protected]> * Add shortening url for email verification Signed-off-by: Krishna <[email protected]> * fix: refactored tables Signed-off-by: bhavanakarwade <[email protected]> * fix: reafctored json data Signed-off-by: bhavanakarwade <[email protected]> * feat:add reuse connection Signed-off-by: pallavicoder <[email protected]> * fix: refactored tables (#592) * fix: refactored tables Signed-off-by: bhavanakarwade <[email protected]> * fix: reafctored json data Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix:changed validation message Signed-off-by: pallavicoder <[email protected]> * worked on the POST API of refresh token Signed-off-by: Nishad <[email protected]> * fix: an incorrect message appears when delete the ecosystem invitation which is already deleted Signed-off-by: pranalidhanavade <[email protected]> * fix: added the token validation with encryption on the wallet and DID Signed-off-by: KulkarniShashank <[email protected]> * fix: schema id validations Signed-off-by: bhavanakarwade <[email protected]> * feat: dedicated agent spin up Signed-off-by: bhavanakarwade <[email protected]> * fix: solved the platform-admin agent spin-up Signed-off-by: KulkarniShashank <[email protected]> * fix: schema validation Signed-off-by: bhavanakarwade <[email protected]> * fix: schema validations Signed-off-by: bhavanakarwade <[email protected]> * fix: solved the duplication code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed unnecessary import Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * feat: implementation of DID document for did web method (#601) * wip: did document Signed-off-by: bhavanakarwade <[email protected]> * remove unnecessary code Signed-off-by: bhavanakarwade <[email protected]> * wip: store did doc in org agents table Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * make array size dynamic Signed-off-by: Krishna <[email protected]> * fix: solved the sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * fix: solved the sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * Solved verification interface issue Signed-off-by: KulkarniShashank <[email protected]> * restricted client access to update org and create client credentials Signed-off-by: Nishad <[email protected]> * fix: bug fixes Signed-off-by: bhavanakarwade <[email protected]> * fix: resolved sonarlint issues Signed-off-by: bhavanakarwade <[email protected]> * Added the dotenv config package on the common-service Signed-off-by: KulkarniShashank <[email protected]> * fix: solved issue for oob verification with email Signed-off-by: KulkarniShashank <[email protected]> * fix: modified interface name Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations Signed-off-by: bhavanakarwade <[email protected]> * fix: web didDoc updation in database (#617) Signed-off-by: KulkarniShashank <[email protected]> * remove space in common service Signed-off-by: KulkarniShashank <[email protected]> --------- Signed-off-by: Krishna <[email protected]> Signed-off-by: KulkarniShashank <[email protected]> Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: pallavicoder <[email protected]> Signed-off-by: Nishad <[email protected]> Signed-off-by: pranalidhanavade <[email protected]> Co-authored-by: Krishna <[email protected]> Co-authored-by: bhavanakarwade <[email protected]> Co-authored-by: tipusinghaw <[email protected]> Co-authored-by: bhavanakarwade <[email protected]> Co-authored-by: pallavicoder <[email protected]> Co-authored-by: Nishad <[email protected]> Co-authored-by: pallavighule <[email protected]> Co-authored-by: pranalidhanavade <[email protected]> Co-authored-by: pranalidhanavade <[email protected]> Co-authored-by: Nishad Shirsat <[email protected]> Co-authored-by: Krishna <[email protected]>
KulkarniShashank
pushed a commit
that referenced
this pull request
Sep 11, 2024
* wip: did document Signed-off-by: bhavanakarwade <[email protected]> * remove unnecessary code Signed-off-by: bhavanakarwade <[email protected]> * wip: store did doc in org agents table Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
added a commit
that referenced
this pull request
Sep 11, 2024
* Initial changes to send email Signed-off-by: Krishna <[email protected]> * Initial changes to send email Signed-off-by: Krishna <[email protected]> * feat: email functionality via oob email Signed-off-by: Krishna <[email protected]> * remove logs Signed-off-by: Krishna <[email protected]> * fix: logging Signed-off-by: Krishna <[email protected]> * refactor: agent token encryption Signed-off-by: KulkarniShashank <[email protected]> * feat: support multiple did methods (#589) * feat: support multiple did methods Signed-off-by: bhavanakarwade <[email protected]> * refactor: removed the commented code Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code agent-service Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code agent-service Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Co-authored-by: tipusinghaw <[email protected]> * Add shortening url for email verification Signed-off-by: Krishna <[email protected]> * fix: refactored tables Signed-off-by: bhavanakarwade <[email protected]> * fix: reafctored json data Signed-off-by: bhavanakarwade <[email protected]> * feat:add reuse connection Signed-off-by: pallavicoder <[email protected]> * fix: refactored tables (#592) * fix: refactored tables Signed-off-by: bhavanakarwade <[email protected]> * fix: reafctored json data Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix:changed validation message Signed-off-by: pallavicoder <[email protected]> * worked on the POST API of refresh token Signed-off-by: Nishad <[email protected]> * fix: an incorrect message appears when delete the ecosystem invitation which is already deleted Signed-off-by: pranalidhanavade <[email protected]> * fix: added the token validation with encryption on the wallet and DID Signed-off-by: KulkarniShashank <[email protected]> * fix: schema id validations Signed-off-by: bhavanakarwade <[email protected]> * feat: dedicated agent spin up Signed-off-by: bhavanakarwade <[email protected]> * fix: solved the platform-admin agent spin-up Signed-off-by: KulkarniShashank <[email protected]> * fix: schema validation Signed-off-by: bhavanakarwade <[email protected]> * fix: schema validations Signed-off-by: bhavanakarwade <[email protected]> * fix: solved the duplication code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed unnecessary import Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * feat: implementation of DID document for did web method (#601) * wip: did document Signed-off-by: bhavanakarwade <[email protected]> * remove unnecessary code Signed-off-by: bhavanakarwade <[email protected]> * wip: store did doc in org agents table Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * make array size dynamic Signed-off-by: Krishna <[email protected]> * fix: solved the sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * fix: solved the sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * Solved verification interface issue Signed-off-by: KulkarniShashank <[email protected]> * restricted client access to update org and create client credentials Signed-off-by: Nishad <[email protected]> * fix: bug fixes Signed-off-by: bhavanakarwade <[email protected]> * fix: resolved sonarlint issues Signed-off-by: bhavanakarwade <[email protected]> * Added the dotenv config package on the common-service Signed-off-by: KulkarniShashank <[email protected]> * fix: solved issue for oob verification with email Signed-off-by: KulkarniShashank <[email protected]> * fix: modified interface name Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations Signed-off-by: bhavanakarwade <[email protected]> * fix: web didDoc updation in database (#617) Signed-off-by: KulkarniShashank <[email protected]> * remove space in common service Signed-off-by: KulkarniShashank <[email protected]> --------- Signed-off-by: Krishna <[email protected]> Signed-off-by: KulkarniShashank <[email protected]> Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: pallavicoder <[email protected]> Signed-off-by: Nishad <[email protected]> Signed-off-by: pranalidhanavade <[email protected]> Co-authored-by: Krishna <[email protected]> Co-authored-by: bhavanakarwade <[email protected]> Co-authored-by: tipusinghaw <[email protected]> Co-authored-by: bhavanakarwade <[email protected]> Co-authored-by: pallavicoder <[email protected]> Co-authored-by: Nishad <[email protected]> Co-authored-by: pallavighule <[email protected]> Co-authored-by: pranalidhanavade <[email protected]> Co-authored-by: pranalidhanavade <[email protected]> Co-authored-by: Nishad Shirsat <[email protected]> Co-authored-by: Krishna <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
pushed a commit
that referenced
this pull request
Sep 11, 2024
* wip: did document Signed-off-by: bhavanakarwade <[email protected]> * remove unnecessary code Signed-off-by: bhavanakarwade <[email protected]> * wip: store did doc in org agents table Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
added a commit
that referenced
this pull request
Sep 11, 2024
* Initial changes to send email Signed-off-by: Krishna <[email protected]> * Initial changes to send email Signed-off-by: Krishna <[email protected]> * feat: email functionality via oob email Signed-off-by: Krishna <[email protected]> * remove logs Signed-off-by: Krishna <[email protected]> * fix: logging Signed-off-by: Krishna <[email protected]> * refactor: agent token encryption Signed-off-by: KulkarniShashank <[email protected]> * feat: support multiple did methods (#589) * feat: support multiple did methods Signed-off-by: bhavanakarwade <[email protected]> * refactor: removed the commented code Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code agent-service Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code agent-service Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Co-authored-by: tipusinghaw <[email protected]> * Add shortening url for email verification Signed-off-by: Krishna <[email protected]> * fix: refactored tables Signed-off-by: bhavanakarwade <[email protected]> * fix: reafctored json data Signed-off-by: bhavanakarwade <[email protected]> * feat:add reuse connection Signed-off-by: pallavicoder <[email protected]> * fix: refactored tables (#592) * fix: refactored tables Signed-off-by: bhavanakarwade <[email protected]> * fix: reafctored json data Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix:changed validation message Signed-off-by: pallavicoder <[email protected]> * worked on the POST API of refresh token Signed-off-by: Nishad <[email protected]> * fix: an incorrect message appears when delete the ecosystem invitation which is already deleted Signed-off-by: pranalidhanavade <[email protected]> * fix: added the token validation with encryption on the wallet and DID Signed-off-by: KulkarniShashank <[email protected]> * fix: schema id validations Signed-off-by: bhavanakarwade <[email protected]> * feat: dedicated agent spin up Signed-off-by: bhavanakarwade <[email protected]> * fix: solved the platform-admin agent spin-up Signed-off-by: KulkarniShashank <[email protected]> * fix: schema validation Signed-off-by: bhavanakarwade <[email protected]> * fix: schema validations Signed-off-by: bhavanakarwade <[email protected]> * fix: solved the duplication code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed unnecessary import Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * feat: implementation of DID document for did web method (#601) * wip: did document Signed-off-by: bhavanakarwade <[email protected]> * remove unnecessary code Signed-off-by: bhavanakarwade <[email protected]> * wip: store did doc in org agents table Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * make array size dynamic Signed-off-by: Krishna <[email protected]> * fix: solved the sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * fix: solved the sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * Solved verification interface issue Signed-off-by: KulkarniShashank <[email protected]> * restricted client access to update org and create client credentials Signed-off-by: Nishad <[email protected]> * fix: bug fixes Signed-off-by: bhavanakarwade <[email protected]> * fix: resolved sonarlint issues Signed-off-by: bhavanakarwade <[email protected]> * Added the dotenv config package on the common-service Signed-off-by: KulkarniShashank <[email protected]> * fix: solved issue for oob verification with email Signed-off-by: KulkarniShashank <[email protected]> * fix: modified interface name Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations Signed-off-by: bhavanakarwade <[email protected]> * fix: web didDoc updation in database (#617) Signed-off-by: KulkarniShashank <[email protected]> * remove space in common service Signed-off-by: KulkarniShashank <[email protected]> --------- Signed-off-by: Krishna <[email protected]> Signed-off-by: KulkarniShashank <[email protected]> Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: pallavicoder <[email protected]> Signed-off-by: Nishad <[email protected]> Signed-off-by: pranalidhanavade <[email protected]> Co-authored-by: Krishna <[email protected]> Co-authored-by: bhavanakarwade <[email protected]> Co-authored-by: tipusinghaw <[email protected]> Co-authored-by: bhavanakarwade <[email protected]> Co-authored-by: pallavicoder <[email protected]> Co-authored-by: Nishad <[email protected]> Co-authored-by: pallavighule <[email protected]> Co-authored-by: pranalidhanavade <[email protected]> Co-authored-by: pranalidhanavade <[email protected]> Co-authored-by: Nishad Shirsat <[email protected]> Co-authored-by: Krishna <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
pushed a commit
that referenced
this pull request
Sep 11, 2024
* wip: did document Signed-off-by: bhavanakarwade <[email protected]> * remove unnecessary code Signed-off-by: bhavanakarwade <[email protected]> * wip: store did doc in org agents table Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
added a commit
that referenced
this pull request
Sep 11, 2024
* Initial changes to send email Signed-off-by: Krishna <[email protected]> * Initial changes to send email Signed-off-by: Krishna <[email protected]> * feat: email functionality via oob email Signed-off-by: Krishna <[email protected]> * remove logs Signed-off-by: Krishna <[email protected]> * fix: logging Signed-off-by: Krishna <[email protected]> * refactor: agent token encryption Signed-off-by: KulkarniShashank <[email protected]> * feat: support multiple did methods (#589) * feat: support multiple did methods Signed-off-by: bhavanakarwade <[email protected]> * refactor: removed the commented code Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code agent-service Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code agent-service Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Co-authored-by: tipusinghaw <[email protected]> * Add shortening url for email verification Signed-off-by: Krishna <[email protected]> * fix: refactored tables Signed-off-by: bhavanakarwade <[email protected]> * fix: reafctored json data Signed-off-by: bhavanakarwade <[email protected]> * feat:add reuse connection Signed-off-by: pallavicoder <[email protected]> * fix: refactored tables (#592) * fix: refactored tables Signed-off-by: bhavanakarwade <[email protected]> * fix: reafctored json data Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix:changed validation message Signed-off-by: pallavicoder <[email protected]> * worked on the POST API of refresh token Signed-off-by: Nishad <[email protected]> * fix: an incorrect message appears when delete the ecosystem invitation which is already deleted Signed-off-by: pranalidhanavade <[email protected]> * fix: added the token validation with encryption on the wallet and DID Signed-off-by: KulkarniShashank <[email protected]> * fix: schema id validations Signed-off-by: bhavanakarwade <[email protected]> * feat: dedicated agent spin up Signed-off-by: bhavanakarwade <[email protected]> * fix: solved the platform-admin agent spin-up Signed-off-by: KulkarniShashank <[email protected]> * fix: schema validation Signed-off-by: bhavanakarwade <[email protected]> * fix: schema validations Signed-off-by: bhavanakarwade <[email protected]> * fix: solved the duplication code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed unnecessary import Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * feat: implementation of DID document for did web method (#601) * wip: did document Signed-off-by: bhavanakarwade <[email protected]> * remove unnecessary code Signed-off-by: bhavanakarwade <[email protected]> * wip: store did doc in org agents table Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * make array size dynamic Signed-off-by: Krishna <[email protected]> * fix: solved the sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * fix: solved the sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * Solved verification interface issue Signed-off-by: KulkarniShashank <[email protected]> * restricted client access to update org and create client credentials Signed-off-by: Nishad <[email protected]> * fix: bug fixes Signed-off-by: bhavanakarwade <[email protected]> * fix: resolved sonarlint issues Signed-off-by: bhavanakarwade <[email protected]> * Added the dotenv config package on the common-service Signed-off-by: KulkarniShashank <[email protected]> * fix: solved issue for oob verification with email Signed-off-by: KulkarniShashank <[email protected]> * fix: modified interface name Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations Signed-off-by: bhavanakarwade <[email protected]> * fix: web didDoc updation in database (#617) Signed-off-by: KulkarniShashank <[email protected]> * remove space in common service Signed-off-by: KulkarniShashank <[email protected]> --------- Signed-off-by: Krishna <[email protected]> Signed-off-by: KulkarniShashank <[email protected]> Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: pallavicoder <[email protected]> Signed-off-by: Nishad <[email protected]> Signed-off-by: pranalidhanavade <[email protected]> Co-authored-by: Krishna <[email protected]> Co-authored-by: bhavanakarwade <[email protected]> Co-authored-by: tipusinghaw <[email protected]> Co-authored-by: bhavanakarwade <[email protected]> Co-authored-by: pallavicoder <[email protected]> Co-authored-by: Nishad <[email protected]> Co-authored-by: pallavighule <[email protected]> Co-authored-by: pranalidhanavade <[email protected]> Co-authored-by: pranalidhanavade <[email protected]> Co-authored-by: Nishad Shirsat <[email protected]> Co-authored-by: Krishna <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
pushed a commit
that referenced
this pull request
Sep 12, 2024
* wip: did document Signed-off-by: bhavanakarwade <[email protected]> * remove unnecessary code Signed-off-by: bhavanakarwade <[email protected]> * wip: store did doc in org agents table Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
added a commit
that referenced
this pull request
Sep 12, 2024
* Initial changes to send email Signed-off-by: Krishna <[email protected]> * Initial changes to send email Signed-off-by: Krishna <[email protected]> * feat: email functionality via oob email Signed-off-by: Krishna <[email protected]> * remove logs Signed-off-by: Krishna <[email protected]> * fix: logging Signed-off-by: Krishna <[email protected]> * refactor: agent token encryption Signed-off-by: KulkarniShashank <[email protected]> * feat: support multiple did methods (#589) * feat: support multiple did methods Signed-off-by: bhavanakarwade <[email protected]> * refactor: removed the commented code Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code agent-service Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code agent-service Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Co-authored-by: tipusinghaw <[email protected]> * Add shortening url for email verification Signed-off-by: Krishna <[email protected]> * fix: refactored tables Signed-off-by: bhavanakarwade <[email protected]> * fix: reafctored json data Signed-off-by: bhavanakarwade <[email protected]> * feat:add reuse connection Signed-off-by: pallavicoder <[email protected]> * fix: refactored tables (#592) * fix: refactored tables Signed-off-by: bhavanakarwade <[email protected]> * fix: reafctored json data Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix:changed validation message Signed-off-by: pallavicoder <[email protected]> * worked on the POST API of refresh token Signed-off-by: Nishad <[email protected]> * fix: an incorrect message appears when delete the ecosystem invitation which is already deleted Signed-off-by: pranalidhanavade <[email protected]> * fix: added the token validation with encryption on the wallet and DID Signed-off-by: KulkarniShashank <[email protected]> * fix: schema id validations Signed-off-by: bhavanakarwade <[email protected]> * feat: dedicated agent spin up Signed-off-by: bhavanakarwade <[email protected]> * fix: solved the platform-admin agent spin-up Signed-off-by: KulkarniShashank <[email protected]> * fix: schema validation Signed-off-by: bhavanakarwade <[email protected]> * fix: schema validations Signed-off-by: bhavanakarwade <[email protected]> * fix: solved the duplication code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed unnecessary import Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * feat: implementation of DID document for did web method (#601) * wip: did document Signed-off-by: bhavanakarwade <[email protected]> * remove unnecessary code Signed-off-by: bhavanakarwade <[email protected]> * wip: store did doc in org agents table Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * make array size dynamic Signed-off-by: Krishna <[email protected]> * fix: solved the sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * fix: solved the sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * Solved verification interface issue Signed-off-by: KulkarniShashank <[email protected]> * restricted client access to update org and create client credentials Signed-off-by: Nishad <[email protected]> * fix: bug fixes Signed-off-by: bhavanakarwade <[email protected]> * fix: resolved sonarlint issues Signed-off-by: bhavanakarwade <[email protected]> * Added the dotenv config package on the common-service Signed-off-by: KulkarniShashank <[email protected]> * fix: solved issue for oob verification with email Signed-off-by: KulkarniShashank <[email protected]> * fix: modified interface name Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations Signed-off-by: bhavanakarwade <[email protected]> * fix: web didDoc updation in database (#617) Signed-off-by: KulkarniShashank <[email protected]> * remove space in common service Signed-off-by: KulkarniShashank <[email protected]> --------- Signed-off-by: Krishna <[email protected]> Signed-off-by: KulkarniShashank <[email protected]> Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: pallavicoder <[email protected]> Signed-off-by: Nishad <[email protected]> Signed-off-by: pranalidhanavade <[email protected]> Co-authored-by: Krishna <[email protected]> Co-authored-by: bhavanakarwade <[email protected]> Co-authored-by: tipusinghaw <[email protected]> Co-authored-by: bhavanakarwade <[email protected]> Co-authored-by: pallavicoder <[email protected]> Co-authored-by: Nishad <[email protected]> Co-authored-by: pallavighule <[email protected]> Co-authored-by: pranalidhanavade <[email protected]> Co-authored-by: pranalidhanavade <[email protected]> Co-authored-by: Nishad Shirsat <[email protected]> Co-authored-by: Krishna <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
pushed a commit
that referenced
this pull request
Sep 12, 2024
* wip: did document Signed-off-by: bhavanakarwade <[email protected]> * remove unnecessary code Signed-off-by: bhavanakarwade <[email protected]> * wip: store did doc in org agents table Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
added a commit
that referenced
this pull request
Sep 12, 2024
* Initial changes to send email Signed-off-by: Krishna <[email protected]> * Initial changes to send email Signed-off-by: Krishna <[email protected]> * feat: email functionality via oob email Signed-off-by: Krishna <[email protected]> * remove logs Signed-off-by: Krishna <[email protected]> * fix: logging Signed-off-by: Krishna <[email protected]> * refactor: agent token encryption Signed-off-by: KulkarniShashank <[email protected]> * feat: support multiple did methods (#589) * feat: support multiple did methods Signed-off-by: bhavanakarwade <[email protected]> * refactor: removed the commented code Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code agent-service Signed-off-by: tipusinghaw <[email protected]> * fix: removed commented code agent-service Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Co-authored-by: tipusinghaw <[email protected]> * Add shortening url for email verification Signed-off-by: Krishna <[email protected]> * fix: refactored tables Signed-off-by: bhavanakarwade <[email protected]> * fix: reafctored json data Signed-off-by: bhavanakarwade <[email protected]> * feat:add reuse connection Signed-off-by: pallavicoder <[email protected]> * fix: refactored tables (#592) * fix: refactored tables Signed-off-by: bhavanakarwade <[email protected]> * fix: reafctored json data Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix:changed validation message Signed-off-by: pallavicoder <[email protected]> * worked on the POST API of refresh token Signed-off-by: Nishad <[email protected]> * fix: an incorrect message appears when delete the ecosystem invitation which is already deleted Signed-off-by: pranalidhanavade <[email protected]> * fix: added the token validation with encryption on the wallet and DID Signed-off-by: KulkarniShashank <[email protected]> * fix: schema id validations Signed-off-by: bhavanakarwade <[email protected]> * feat: dedicated agent spin up Signed-off-by: bhavanakarwade <[email protected]> * fix: solved the platform-admin agent spin-up Signed-off-by: KulkarniShashank <[email protected]> * fix: schema validation Signed-off-by: bhavanakarwade <[email protected]> * fix: schema validations Signed-off-by: bhavanakarwade <[email protected]> * fix: solved the duplication code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed unnecessary import Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * fix: removed duplicated code Signed-off-by: KulkarniShashank <[email protected]> * feat: implementation of DID document for did web method (#601) * wip: did document Signed-off-by: bhavanakarwade <[email protected]> * remove unnecessary code Signed-off-by: bhavanakarwade <[email protected]> * wip: store did doc in org agents table Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * make array size dynamic Signed-off-by: Krishna <[email protected]> * fix: solved the sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * fix: solved the sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * Solved verification interface issue Signed-off-by: KulkarniShashank <[email protected]> * restricted client access to update org and create client credentials Signed-off-by: Nishad <[email protected]> * fix: bug fixes Signed-off-by: bhavanakarwade <[email protected]> * fix: resolved sonarlint issues Signed-off-by: bhavanakarwade <[email protected]> * Added the dotenv config package on the common-service Signed-off-by: KulkarniShashank <[email protected]> * fix: solved issue for oob verification with email Signed-off-by: KulkarniShashank <[email protected]> * fix: modified interface name Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations Signed-off-by: bhavanakarwade <[email protected]> * fix: web didDoc updation in database (#617) Signed-off-by: KulkarniShashank <[email protected]> * remove space in common service Signed-off-by: KulkarniShashank <[email protected]> --------- Signed-off-by: Krishna <[email protected]> Signed-off-by: KulkarniShashank <[email protected]> Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: pallavicoder <[email protected]> Signed-off-by: Nishad <[email protected]> Signed-off-by: pranalidhanavade <[email protected]> Co-authored-by: Krishna <[email protected]> Co-authored-by: bhavanakarwade <[email protected]> Co-authored-by: tipusinghaw <[email protected]> Co-authored-by: bhavanakarwade <[email protected]> Co-authored-by: pallavicoder <[email protected]> Co-authored-by: Nishad <[email protected]> Co-authored-by: pallavighule <[email protected]> Co-authored-by: pranalidhanavade <[email protected]> Co-authored-by: pranalidhanavade <[email protected]> Co-authored-by: Nishad Shirsat <[email protected]> Co-authored-by: Krishna <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What?
Why?