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
Even after an account is unlocked, the data remains in the session, making it impossible to lift an account lock even by manually deleting it in the db. Auth should always just look at the db and not keep account state in the session.
Even after an account is unlocked, the data remains in the session, making it impossible to lift an account lock even by manually deleting it in the db. Auth should always just look at the db and not keep account state in the session.