-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Only refresh session on API calls to blaise, not static asset loading - Don't check session expiry if the button being clicked is save and sign out - Use redis backed session management for user session - Use cookie backed session for CSRF - 30 day expiry for CSRF - 1 day expiry for all redis backed session data - Add seperate session validation session to ensure refreshed tokens are not valid after logout - fixes race condition where the JWT is both cleared and written and the same time (within the same ms)
- Loading branch information
Showing
10 changed files
with
311 additions
and
275 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
Oops, something went wrong.