-
Notifications
You must be signed in to change notification settings - Fork 7
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: Agent Authentication with JSON Web Token (JWT) #43
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
KulkarniShashank
force-pushed
the
auth-agent
branch
2 times, most recently
from
February 12, 2024 11:58
fe02ed8
to
bce4bb0
Compare
ankita-p17
approved these changes
Feb 13, 2024
KulkarniShashank
force-pushed
the
auth-agent
branch
from
February 14, 2024 07:27
4258f17
to
fee123f
Compare
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: pallavicoder <[email protected]>
Signed-off-by: pallavicoder <[email protected]>
Signed-off-by: pallavicoder <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
* chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
* chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
* chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
* chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
force-pushed
the
auth-agent
branch
from
February 14, 2024 08:09
2767257
to
7f7ccc9
Compare
… auth-agent Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
Quality Gate passedIssues Measures |
ankita-p17
approved these changes
Feb 15, 2024
sairanjit
approved these changes
Feb 15, 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
GHkrishna
pushed a commit
that referenced
this pull request
Sep 11, 2024
* Agent authentication Signed-off-by: KulkarniShashank <[email protected]> * Added all API's authentication in controller Signed-off-by: KulkarniShashank <[email protected]> * Added the jwt package Signed-off-by: KulkarniShashank <[email protected]> * Added remove authentication for invitation url Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection in mutli-tenancy Signed-off-by: KulkarniShashank <[email protected]> * Added limit as a infinity in tenant session Signed-off-by: KulkarniShashank <[email protected]> * fix: delete multi-tenancy by tenant Id Signed-off-by: KulkarniShashank <[email protected]> * feat: Added the author agreement wallet version for indicio:mainnet Signed-off-by: KulkarniShashank <[email protected]> * Remove authentication agent status Signed-off-by: KulkarniShashank <[email protected]> * Remove console.log on the cliAgent file Signed-off-by: KulkarniShashank <[email protected]> * Patch the aries-framework-core package Signed-off-by: KulkarniShashank <[email protected]> * refactor: added and store the token for get the constant token Signed-off-by: KulkarniShashank <[email protected]> * feat:did:web didDocument creation Signed-off-by: pallavicoder <[email protected]> * fix:updated gitignore file Signed-off-by: pallavicoder <[email protected]> * fix:error handling for key type Signed-off-by: pallavicoder <[email protected]> * added comments for the token functionality Signed-off-by: KulkarniShashank <[email protected]> * Set infinity in agent session Signed-off-by: KulkarniShashank <[email protected]> * Add sessionLimit as a infinity Signed-off-by: KulkarniShashank <[email protected]> * fix: Add configuration in cli.ts Signed-off-by: KulkarniShashank <[email protected]> * set flag multiUseInvitation to true in all OOB requests Signed-off-by: ankita_patidar <[email protected]> * Agent authentication Signed-off-by: KulkarniShashank <[email protected]> * Added all API's authentication in controller Signed-off-by: KulkarniShashank <[email protected]> * Added the jwt package Signed-off-by: KulkarniShashank <[email protected]> * Added remove authentication for invitation url Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection in mutli-tenancy Signed-off-by: KulkarniShashank <[email protected]> * Added limit as a infinity in tenant session Signed-off-by: KulkarniShashank <[email protected]> * fix: delete multi-tenancy by tenant Id Signed-off-by: KulkarniShashank <[email protected]> * feat: Added the author agreement wallet version for indicio:mainnet Signed-off-by: KulkarniShashank <[email protected]> * Remove authentication agent status Signed-off-by: KulkarniShashank <[email protected]> * refactor: added and store the token for get the constant token Signed-off-by: KulkarniShashank <[email protected]> * Add sessionLimit as a infinity Signed-off-by: KulkarniShashank <[email protected]> * refactor: added the withTenantAgent function for session management for multi-tenancy Signed-off-by: KulkarniShashank <[email protected]> * Fixes sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * add proof record threadId in oob create request endpoint Signed-off-by: ankita_patidar <[email protected]> * fix: add the label on the out-of-band connection in mutli-tenancy Signed-off-by: KulkarniShashank <[email protected]> * feat:did:web didDocument creation Signed-off-by: pallavicoder <[email protected]> * fix:error handling for key type Signed-off-by: pallavicoder <[email protected]> * set flag multiUseInvitation to true in all OOB requests Signed-off-by: ankita_patidar <[email protected]> * Agent authentication Signed-off-by: KulkarniShashank <[email protected]> * Added all API's authentication in controller Signed-off-by: KulkarniShashank <[email protected]> * Added the jwt package Signed-off-by: KulkarniShashank <[email protected]> * Added remove authentication for invitation url Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection Signed-off-by: KulkarniShashank <[email protected]> * Remove authentication agent status Signed-off-by: KulkarniShashank <[email protected]> * added comments for the token functionality Signed-off-by: KulkarniShashank <[email protected]> * refactor: added the withTenantAgent function for session management for multi-tenancy Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: add the label on the out-of-band connection Signed-off-by: KulkarniShashank <[email protected]> * feat: Added the author agreement wallet version for indicio:mainnet Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: added the express rate limit for security Signed-off-by: KulkarniShashank <[email protected]> * added the rate limit in utils Signed-off-by: KulkarniShashank <[email protected]> * remove the cliConfig file Signed-off-by: KulkarniShashank <[email protected]> * Update condition for store the token on the wallet Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * Added the limit on the utils Signed-off-by: KulkarniShashank <[email protected]> * Multi-tenancy refactor withTanantAgent function Signed-off-by: KulkarniShashank <[email protected]> * Update yarn.lock Signed-off-by: KulkarniShashank <[email protected]> * fix: solved eslint and prettier Signed-off-by: KulkarniShashank <[email protected]> * Solved prettier Signed-off-by: KulkarniShashank <[email protected]> * Update prettier and add on the eslintrc Signed-off-by: KulkarniShashank <[email protected]> * Solved the prettier issues Signed-off-by: KulkarniShashank <[email protected]> * Solved compile issues in route.ts Signed-off-by: KulkarniShashank <[email protected]> --------- Signed-off-by: KulkarniShashank <[email protected]>
GHkrishna
pushed a commit
that referenced
this pull request
Sep 11, 2024
* Agent authentication Signed-off-by: KulkarniShashank <[email protected]> * Added all API's authentication in controller Signed-off-by: KulkarniShashank <[email protected]> * Added the jwt package Signed-off-by: KulkarniShashank <[email protected]> * Added remove authentication for invitation url Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection in mutli-tenancy Signed-off-by: KulkarniShashank <[email protected]> * Added limit as a infinity in tenant session Signed-off-by: KulkarniShashank <[email protected]> * fix: delete multi-tenancy by tenant Id Signed-off-by: KulkarniShashank <[email protected]> * feat: Added the author agreement wallet version for indicio:mainnet Signed-off-by: KulkarniShashank <[email protected]> * Remove authentication agent status Signed-off-by: KulkarniShashank <[email protected]> * Remove console.log on the cliAgent file Signed-off-by: KulkarniShashank <[email protected]> * Patch the aries-framework-core package Signed-off-by: KulkarniShashank <[email protected]> * refactor: added and store the token for get the constant token Signed-off-by: KulkarniShashank <[email protected]> * feat:did:web didDocument creation Signed-off-by: pallavicoder <[email protected]> * fix:updated gitignore file Signed-off-by: pallavicoder <[email protected]> * fix:error handling for key type Signed-off-by: pallavicoder <[email protected]> * added comments for the token functionality Signed-off-by: KulkarniShashank <[email protected]> * Set infinity in agent session Signed-off-by: KulkarniShashank <[email protected]> * Add sessionLimit as a infinity Signed-off-by: KulkarniShashank <[email protected]> * fix: Add configuration in cli.ts Signed-off-by: KulkarniShashank <[email protected]> * set flag multiUseInvitation to true in all OOB requests Signed-off-by: ankita_patidar <[email protected]> * Agent authentication Signed-off-by: KulkarniShashank <[email protected]> * Added all API's authentication in controller Signed-off-by: KulkarniShashank <[email protected]> * Added the jwt package Signed-off-by: KulkarniShashank <[email protected]> * Added remove authentication for invitation url Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection in mutli-tenancy Signed-off-by: KulkarniShashank <[email protected]> * Added limit as a infinity in tenant session Signed-off-by: KulkarniShashank <[email protected]> * fix: delete multi-tenancy by tenant Id Signed-off-by: KulkarniShashank <[email protected]> * feat: Added the author agreement wallet version for indicio:mainnet Signed-off-by: KulkarniShashank <[email protected]> * Remove authentication agent status Signed-off-by: KulkarniShashank <[email protected]> * refactor: added and store the token for get the constant token Signed-off-by: KulkarniShashank <[email protected]> * Add sessionLimit as a infinity Signed-off-by: KulkarniShashank <[email protected]> * refactor: added the withTenantAgent function for session management for multi-tenancy Signed-off-by: KulkarniShashank <[email protected]> * Fixes sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * add proof record threadId in oob create request endpoint Signed-off-by: ankita_patidar <[email protected]> * fix: add the label on the out-of-band connection in mutli-tenancy Signed-off-by: KulkarniShashank <[email protected]> * feat:did:web didDocument creation Signed-off-by: pallavicoder <[email protected]> * fix:error handling for key type Signed-off-by: pallavicoder <[email protected]> * set flag multiUseInvitation to true in all OOB requests Signed-off-by: ankita_patidar <[email protected]> * Agent authentication Signed-off-by: KulkarniShashank <[email protected]> * Added all API's authentication in controller Signed-off-by: KulkarniShashank <[email protected]> * Added the jwt package Signed-off-by: KulkarniShashank <[email protected]> * Added remove authentication for invitation url Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection Signed-off-by: KulkarniShashank <[email protected]> * Remove authentication agent status Signed-off-by: KulkarniShashank <[email protected]> * added comments for the token functionality Signed-off-by: KulkarniShashank <[email protected]> * refactor: added the withTenantAgent function for session management for multi-tenancy Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: add the label on the out-of-band connection Signed-off-by: KulkarniShashank <[email protected]> * feat: Added the author agreement wallet version for indicio:mainnet Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: added the express rate limit for security Signed-off-by: KulkarniShashank <[email protected]> * added the rate limit in utils Signed-off-by: KulkarniShashank <[email protected]> * remove the cliConfig file Signed-off-by: KulkarniShashank <[email protected]> * Update condition for store the token on the wallet Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * Added the limit on the utils Signed-off-by: KulkarniShashank <[email protected]> * Multi-tenancy refactor withTanantAgent function Signed-off-by: KulkarniShashank <[email protected]> * Update yarn.lock Signed-off-by: KulkarniShashank <[email protected]> * fix: solved eslint and prettier Signed-off-by: KulkarniShashank <[email protected]> * Solved prettier Signed-off-by: KulkarniShashank <[email protected]> * Update prettier and add on the eslintrc Signed-off-by: KulkarniShashank <[email protected]> * Solved the prettier issues Signed-off-by: KulkarniShashank <[email protected]> * Solved compile issues in route.ts Signed-off-by: KulkarniShashank <[email protected]> --------- Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
added a commit
that referenced
this pull request
Sep 13, 2024
* Agent authentication Signed-off-by: KulkarniShashank <[email protected]> * Added all API's authentication in controller Signed-off-by: KulkarniShashank <[email protected]> * Added the jwt package Signed-off-by: KulkarniShashank <[email protected]> * Added remove authentication for invitation url Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection in mutli-tenancy Signed-off-by: KulkarniShashank <[email protected]> * Added limit as a infinity in tenant session Signed-off-by: KulkarniShashank <[email protected]> * fix: delete multi-tenancy by tenant Id Signed-off-by: KulkarniShashank <[email protected]> * feat: Added the author agreement wallet version for indicio:mainnet Signed-off-by: KulkarniShashank <[email protected]> * Remove authentication agent status Signed-off-by: KulkarniShashank <[email protected]> * Remove console.log on the cliAgent file Signed-off-by: KulkarniShashank <[email protected]> * Patch the aries-framework-core package Signed-off-by: KulkarniShashank <[email protected]> * refactor: added and store the token for get the constant token Signed-off-by: KulkarniShashank <[email protected]> * feat:did:web didDocument creation Signed-off-by: pallavicoder <[email protected]> * fix:updated gitignore file Signed-off-by: pallavicoder <[email protected]> * fix:error handling for key type Signed-off-by: pallavicoder <[email protected]> * added comments for the token functionality Signed-off-by: KulkarniShashank <[email protected]> * Set infinity in agent session Signed-off-by: KulkarniShashank <[email protected]> * Add sessionLimit as a infinity Signed-off-by: KulkarniShashank <[email protected]> * fix: Add configuration in cli.ts Signed-off-by: KulkarniShashank <[email protected]> * set flag multiUseInvitation to true in all OOB requests Signed-off-by: ankita_patidar <[email protected]> * Agent authentication Signed-off-by: KulkarniShashank <[email protected]> * Added all API's authentication in controller Signed-off-by: KulkarniShashank <[email protected]> * Added the jwt package Signed-off-by: KulkarniShashank <[email protected]> * Added remove authentication for invitation url Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection in mutli-tenancy Signed-off-by: KulkarniShashank <[email protected]> * Added limit as a infinity in tenant session Signed-off-by: KulkarniShashank <[email protected]> * fix: delete multi-tenancy by tenant Id Signed-off-by: KulkarniShashank <[email protected]> * feat: Added the author agreement wallet version for indicio:mainnet Signed-off-by: KulkarniShashank <[email protected]> * Remove authentication agent status Signed-off-by: KulkarniShashank <[email protected]> * refactor: added and store the token for get the constant token Signed-off-by: KulkarniShashank <[email protected]> * Add sessionLimit as a infinity Signed-off-by: KulkarniShashank <[email protected]> * refactor: added the withTenantAgent function for session management for multi-tenancy Signed-off-by: KulkarniShashank <[email protected]> * Fixes sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * add proof record threadId in oob create request endpoint Signed-off-by: ankita_patidar <[email protected]> * fix: add the label on the out-of-band connection in mutli-tenancy Signed-off-by: KulkarniShashank <[email protected]> * feat:did:web didDocument creation Signed-off-by: pallavicoder <[email protected]> * fix:error handling for key type Signed-off-by: pallavicoder <[email protected]> * set flag multiUseInvitation to true in all OOB requests Signed-off-by: ankita_patidar <[email protected]> * Agent authentication Signed-off-by: KulkarniShashank <[email protected]> * Added all API's authentication in controller Signed-off-by: KulkarniShashank <[email protected]> * Added the jwt package Signed-off-by: KulkarniShashank <[email protected]> * Added remove authentication for invitation url Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection Signed-off-by: KulkarniShashank <[email protected]> * Remove authentication agent status Signed-off-by: KulkarniShashank <[email protected]> * added comments for the token functionality Signed-off-by: KulkarniShashank <[email protected]> * refactor: added the withTenantAgent function for session management for multi-tenancy Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: add the label on the out-of-band connection Signed-off-by: KulkarniShashank <[email protected]> * feat: Added the author agreement wallet version for indicio:mainnet Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: added the express rate limit for security Signed-off-by: KulkarniShashank <[email protected]> * added the rate limit in utils Signed-off-by: KulkarniShashank <[email protected]> * remove the cliConfig file Signed-off-by: KulkarniShashank <[email protected]> * Update condition for store the token on the wallet Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * Added the limit on the utils Signed-off-by: KulkarniShashank <[email protected]> * Multi-tenancy refactor withTanantAgent function Signed-off-by: KulkarniShashank <[email protected]> * Update yarn.lock Signed-off-by: KulkarniShashank <[email protected]> * fix: solved eslint and prettier Signed-off-by: KulkarniShashank <[email protected]> * Solved prettier Signed-off-by: KulkarniShashank <[email protected]> * Update prettier and add on the eslintrc Signed-off-by: KulkarniShashank <[email protected]> * Solved the prettier issues Signed-off-by: KulkarniShashank <[email protected]> * Solved compile issues in route.ts Signed-off-by: KulkarniShashank <[email protected]> --------- Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
added a commit
that referenced
this pull request
Sep 13, 2024
* Agent authentication Signed-off-by: KulkarniShashank <[email protected]> * Added all API's authentication in controller Signed-off-by: KulkarniShashank <[email protected]> * Added the jwt package Signed-off-by: KulkarniShashank <[email protected]> * Added remove authentication for invitation url Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection in mutli-tenancy Signed-off-by: KulkarniShashank <[email protected]> * Added limit as a infinity in tenant session Signed-off-by: KulkarniShashank <[email protected]> * fix: delete multi-tenancy by tenant Id Signed-off-by: KulkarniShashank <[email protected]> * feat: Added the author agreement wallet version for indicio:mainnet Signed-off-by: KulkarniShashank <[email protected]> * Remove authentication agent status Signed-off-by: KulkarniShashank <[email protected]> * Remove console.log on the cliAgent file Signed-off-by: KulkarniShashank <[email protected]> * Patch the aries-framework-core package Signed-off-by: KulkarniShashank <[email protected]> * refactor: added and store the token for get the constant token Signed-off-by: KulkarniShashank <[email protected]> * feat:did:web didDocument creation Signed-off-by: pallavicoder <[email protected]> * fix:updated gitignore file Signed-off-by: pallavicoder <[email protected]> * fix:error handling for key type Signed-off-by: pallavicoder <[email protected]> * added comments for the token functionality Signed-off-by: KulkarniShashank <[email protected]> * Set infinity in agent session Signed-off-by: KulkarniShashank <[email protected]> * Add sessionLimit as a infinity Signed-off-by: KulkarniShashank <[email protected]> * fix: Add configuration in cli.ts Signed-off-by: KulkarniShashank <[email protected]> * set flag multiUseInvitation to true in all OOB requests Signed-off-by: ankita_patidar <[email protected]> * Agent authentication Signed-off-by: KulkarniShashank <[email protected]> * Added all API's authentication in controller Signed-off-by: KulkarniShashank <[email protected]> * Added the jwt package Signed-off-by: KulkarniShashank <[email protected]> * Added remove authentication for invitation url Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection in mutli-tenancy Signed-off-by: KulkarniShashank <[email protected]> * Added limit as a infinity in tenant session Signed-off-by: KulkarniShashank <[email protected]> * fix: delete multi-tenancy by tenant Id Signed-off-by: KulkarniShashank <[email protected]> * feat: Added the author agreement wallet version for indicio:mainnet Signed-off-by: KulkarniShashank <[email protected]> * Remove authentication agent status Signed-off-by: KulkarniShashank <[email protected]> * refactor: added and store the token for get the constant token Signed-off-by: KulkarniShashank <[email protected]> * Add sessionLimit as a infinity Signed-off-by: KulkarniShashank <[email protected]> * refactor: added the withTenantAgent function for session management for multi-tenancy Signed-off-by: KulkarniShashank <[email protected]> * Fixes sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * add proof record threadId in oob create request endpoint Signed-off-by: ankita_patidar <[email protected]> * fix: add the label on the out-of-band connection in mutli-tenancy Signed-off-by: KulkarniShashank <[email protected]> * feat:did:web didDocument creation Signed-off-by: pallavicoder <[email protected]> * fix:error handling for key type Signed-off-by: pallavicoder <[email protected]> * set flag multiUseInvitation to true in all OOB requests Signed-off-by: ankita_patidar <[email protected]> * Agent authentication Signed-off-by: KulkarniShashank <[email protected]> * Added all API's authentication in controller Signed-off-by: KulkarniShashank <[email protected]> * Added the jwt package Signed-off-by: KulkarniShashank <[email protected]> * Added remove authentication for invitation url Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection Signed-off-by: KulkarniShashank <[email protected]> * Remove authentication agent status Signed-off-by: KulkarniShashank <[email protected]> * added comments for the token functionality Signed-off-by: KulkarniShashank <[email protected]> * refactor: added the withTenantAgent function for session management for multi-tenancy Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: add the label on the out-of-band connection Signed-off-by: KulkarniShashank <[email protected]> * feat: Added the author agreement wallet version for indicio:mainnet Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: added the express rate limit for security Signed-off-by: KulkarniShashank <[email protected]> * added the rate limit in utils Signed-off-by: KulkarniShashank <[email protected]> * remove the cliConfig file Signed-off-by: KulkarniShashank <[email protected]> * Update condition for store the token on the wallet Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * Added the limit on the utils Signed-off-by: KulkarniShashank <[email protected]> * Multi-tenancy refactor withTanantAgent function Signed-off-by: KulkarniShashank <[email protected]> * Update yarn.lock Signed-off-by: KulkarniShashank <[email protected]> * fix: solved eslint and prettier Signed-off-by: KulkarniShashank <[email protected]> * Solved prettier Signed-off-by: KulkarniShashank <[email protected]> * Update prettier and add on the eslintrc Signed-off-by: KulkarniShashank <[email protected]> * Solved the prettier issues Signed-off-by: KulkarniShashank <[email protected]> * Solved compile issues in route.ts Signed-off-by: KulkarniShashank <[email protected]> --------- Signed-off-by: KulkarniShashank <[email protected]>
GHkrishna
pushed a commit
that referenced
this pull request
Sep 13, 2024
* Agent authentication Signed-off-by: KulkarniShashank <[email protected]> * Added all API's authentication in controller Signed-off-by: KulkarniShashank <[email protected]> * Added the jwt package Signed-off-by: KulkarniShashank <[email protected]> * Added remove authentication for invitation url Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection in mutli-tenancy Signed-off-by: KulkarniShashank <[email protected]> * Added limit as a infinity in tenant session Signed-off-by: KulkarniShashank <[email protected]> * fix: delete multi-tenancy by tenant Id Signed-off-by: KulkarniShashank <[email protected]> * feat: Added the author agreement wallet version for indicio:mainnet Signed-off-by: KulkarniShashank <[email protected]> * Remove authentication agent status Signed-off-by: KulkarniShashank <[email protected]> * Remove console.log on the cliAgent file Signed-off-by: KulkarniShashank <[email protected]> * Patch the aries-framework-core package Signed-off-by: KulkarniShashank <[email protected]> * refactor: added and store the token for get the constant token Signed-off-by: KulkarniShashank <[email protected]> * feat:did:web didDocument creation Signed-off-by: pallavicoder <[email protected]> * fix:updated gitignore file Signed-off-by: pallavicoder <[email protected]> * fix:error handling for key type Signed-off-by: pallavicoder <[email protected]> * added comments for the token functionality Signed-off-by: KulkarniShashank <[email protected]> * Set infinity in agent session Signed-off-by: KulkarniShashank <[email protected]> * Add sessionLimit as a infinity Signed-off-by: KulkarniShashank <[email protected]> * fix: Add configuration in cli.ts Signed-off-by: KulkarniShashank <[email protected]> * set flag multiUseInvitation to true in all OOB requests Signed-off-by: ankita_patidar <[email protected]> * Agent authentication Signed-off-by: KulkarniShashank <[email protected]> * Added all API's authentication in controller Signed-off-by: KulkarniShashank <[email protected]> * Added the jwt package Signed-off-by: KulkarniShashank <[email protected]> * Added remove authentication for invitation url Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection in mutli-tenancy Signed-off-by: KulkarniShashank <[email protected]> * Added limit as a infinity in tenant session Signed-off-by: KulkarniShashank <[email protected]> * fix: delete multi-tenancy by tenant Id Signed-off-by: KulkarniShashank <[email protected]> * feat: Added the author agreement wallet version for indicio:mainnet Signed-off-by: KulkarniShashank <[email protected]> * Remove authentication agent status Signed-off-by: KulkarniShashank <[email protected]> * refactor: added and store the token for get the constant token Signed-off-by: KulkarniShashank <[email protected]> * Add sessionLimit as a infinity Signed-off-by: KulkarniShashank <[email protected]> * refactor: added the withTenantAgent function for session management for multi-tenancy Signed-off-by: KulkarniShashank <[email protected]> * Fixes sonar lint issues Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * add proof record threadId in oob create request endpoint Signed-off-by: ankita_patidar <[email protected]> * fix: add the label on the out-of-band connection in mutli-tenancy Signed-off-by: KulkarniShashank <[email protected]> * feat:did:web didDocument creation Signed-off-by: pallavicoder <[email protected]> * fix:error handling for key type Signed-off-by: pallavicoder <[email protected]> * set flag multiUseInvitation to true in all OOB requests Signed-off-by: ankita_patidar <[email protected]> * Agent authentication Signed-off-by: KulkarniShashank <[email protected]> * Added all API's authentication in controller Signed-off-by: KulkarniShashank <[email protected]> * Added the jwt package Signed-off-by: KulkarniShashank <[email protected]> * Added remove authentication for invitation url Signed-off-by: KulkarniShashank <[email protected]> * fix: add the label on the out-of-band connection Signed-off-by: KulkarniShashank <[email protected]> * Remove authentication agent status Signed-off-by: KulkarniShashank <[email protected]> * added comments for the token functionality Signed-off-by: KulkarniShashank <[email protected]> * refactor: added the withTenantAgent function for session management for multi-tenancy Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: add the label on the out-of-band connection Signed-off-by: KulkarniShashank <[email protected]> * feat: Added the author agreement wallet version for indicio:mainnet Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: added the express rate limit for security Signed-off-by: KulkarniShashank <[email protected]> * added the rate limit in utils Signed-off-by: KulkarniShashank <[email protected]> * remove the cliConfig file Signed-off-by: KulkarniShashank <[email protected]> * Update condition for store the token on the wallet Signed-off-by: KulkarniShashank <[email protected]> * chore: add eslint and prettier (#49) * chore: add lint and dependencies Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: lint issues Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: build Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: format Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * ci: add integration git action Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * fix: delete build file Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> --------- Signed-off-by: Sai Ranjit Tummalapalli <[email protected]> * Added the limit on the utils Signed-off-by: KulkarniShashank <[email protected]> * Multi-tenancy refactor withTanantAgent function Signed-off-by: KulkarniShashank <[email protected]> * Update yarn.lock Signed-off-by: KulkarniShashank <[email protected]> * fix: solved eslint and prettier Signed-off-by: KulkarniShashank <[email protected]> * Solved prettier Signed-off-by: KulkarniShashank <[email protected]> * Update prettier and add on the eslintrc Signed-off-by: KulkarniShashank <[email protected]> * Solved the prettier issues Signed-off-by: KulkarniShashank <[email protected]> * Solved compile issues in route.ts Signed-off-by: KulkarniShashank <[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
Security Enhancement: Introducing JWT for agent authentication adds an extra layer of security to the system, ensuring that only authorized agents can access sensitive functionalities.
Token-based Authorization: JWT allows for efficient token-based authorization, reducing the reliance on traditional session-based approaches and providing a more scalable solution.
How
Token Generation: Implement a mechanism for generating JWTs upon successful agent authentication, including necessary claims and signatures to ensure token integrity.
Token Verification: Develop a robust token verification process to validate the authenticity and integrity of incoming JWTs, ensuring that only valid tokens are accepted.
Integration with Authentication Flow: Integrate JWT-based authentication seamlessly into the existing agent authentication flow, ensuring a smooth transition for users and minimal disruption to the system.