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
In main.rs (login handler and logout handler) and middleware.rs, there's database calls regarding the session (saving, deleting and checking if it exists). Check if that is truly necessary. It should actually be enough to validate the token if it's correct and not expired