-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: initial commit of auth cache currently called directly in `convert_key`, should be a generic layer usable by other handlers as well * fix: expiration logic * refactor: switch dashmap to ttlc_cache * feat: rewrite the cache as a tower service * feat: add cache layer to convert_cookie * feat: cachemanagement trait * feat: refactor layer to be applied to router not specific handlers * refactor: move comment * feat: set cache in cachelayer, invalidate cached jwt on logout * feat: error handling in the cache layer * feat: implement cache layer on gateway * refactor: remove the cache from auth * refactor: revert changes needed for cache in auth * feat: invalidate jwt on logout calls * refactor: clean up logout cache invalidation * refactor: remove cache from shared state * refactor: remove comment * feat: add prepare.sh to auth * feat: move cache to auth layer * feat: invalidate cache on logout also comment out broken test and add TODO to it, and revert auth manifest changes * refactor: error handling in extract expiration * refactor: remove cache-layer, add comment * docs: add comment about logout cache invalidation * refactor: cachemanager new fn, remove comment * fix: make sure cookie is shuttle cookie * feat: add buffer to cache expiration * fix: fmt
- Loading branch information
Showing
10 changed files
with
281 additions
and
113 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.