-
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.
Why: - We want to migrate from SPA to SSR. The authentication is currently done using Auth0's JavaScript libraries, but in the future it'll need to be done server-side. - With the SPA UI, we only cleared the application session but forgot to clear the Auth0 session. This time that is done properly, so that on relogin the user has an option of logging with a different account, instead of automatically reusing the Auth0 session.
- Loading branch information
Showing
2 changed files
with
37 additions
and
6 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