The current OAuthLoginManager takes in a "default_endpoint" parameter at the current moment, which is used to redirect users who have logged in AND logged out simultaneously. This might cause problems if I wanted users to go to a dashboard page when signed in, and landing page when signed out.
Task
- Refactor OAuthLoginManager such that:
Files
The current OAuthLoginManager takes in a "default_endpoint" parameter at the current moment, which is used to redirect users who have logged in AND logged out simultaneously. This might cause problems if I wanted users to go to a dashboard page when signed in, and landing page when signed out.
Task
Files