-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: V2 authn config + redis (#3852)
* feat: auth refactor and redis store impl Signed-off-by: Mark Phelps <[email protected]> * chore: remove auth cleanup config for now Signed-off-by: Mark Phelps <[email protected]> * chore: rm cleanup Signed-off-by: Mark Phelps <[email protected]> * chore: refactor Signed-off-by: Mark Phelps <[email protected]> * chore: support ordering Signed-off-by: Mark Phelps <[email protected]> * Revert "chore: support ordering" This reverts commit db5f0d4. * chore: add back some listing test Signed-off-by: Mark Phelps <[email protected]> * chore: fix tests Signed-off-by: Mark Phelps <[email protected]> * chore: make generator funcs testable Signed-off-by: Mark Phelps <[email protected]> * chore: rename redis store test Signed-off-by: Mark Phelps <[email protected]> * chore: use existing constants and helpers for keys Signed-off-by: Mark Phelps <[email protected]> * chore: support graceperiod for token expiry and add cleanup for memory store Signed-off-by: Mark Phelps <[email protected]> * chore: add back cleanup graceperiod to schemas Signed-off-by: Mark Phelps <[email protected]> * chore: fix test compilation Signed-off-by: Mark Phelps <[email protected]> * chore: mod tidy Signed-off-by: Mark Phelps <[email protected]> --------- Signed-off-by: Mark Phelps <[email protected]>
- Loading branch information
1 parent
afd9531
commit 9ebc0a1
Showing
43 changed files
with
1,090 additions
and
1,083 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.