-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(be): implement the management of the user's sessions when using …
…multiple clients (#1387) * feat(be): implement the management of the user's sessions, using multiple clients * fix(be): fix the wrong logic of checking the specific refresh token in the refresh token list * test(be): fix the service test code * fix(be): delete the unnecessary comment * fix(be): fix the auth service code * fix(be): fix the auth controller * Revert "fix(be): fix the auth controller" This reverts commit c3853dd. * Revert "test(be): fix the service test code" This reverts commit c2704c1. * revert: this reverts commits from e661643 to 08fb6ad * fix(be): change the refresh token cache key * fix(be): change the params of refresh token cache key func and logic of cache validation * fix(be): add the refresh token param to logout endpoint * test(be): fix the service test code * fix(be): fix the logout logic when the refresh token is non-existent
- Loading branch information
Showing
4 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters