You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user is already logged in, they can manually go to the login page even after they are already logged in. Instead, manually going to the login page if logged in should redirect to the account page.
The text was updated successfully, but these errors were encountered:
Hey @BigMoonTech Thanks for pointing this out. I did miss it during the recording. But you are right that this is the correct behavior. See the associated commit above. It should be fixed now.
* Clean up unused method in cookie auth.
* Clean up number converter util return type.
* Use bson.ObjectID for user management rather than int (from SQLAlchemy)
* Fixestalkpython#24 - Should redirect from login -> account if they are already logged in.
Authored-by: Michael Kennedy <[email protected]>
If a user is already logged in, they can manually go to the login page even after they are already logged in. Instead, manually going to the login page if logged in should redirect to the account page.
The text was updated successfully, but these errors were encountered: