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
Currently, the lockouts are in-memory during runtime, inside the LockoutManager struct. This might cause a security issue regarding overflowing the memory. Make requests to the database to check lockout status instead of in memory.