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
When login fails but we keep retrying many times, eventually we get a 401 response with content {"banned":<epoch_timestamp>}. Limit the number of failed login attempts to 5, and reset the counter on a successful login.
The text was updated successfully, but these errors were encountered:
When login fails but we keep retrying many times, eventually we get a 401 response with content
{"banned":<epoch_timestamp>}
. Limit the number of failed login attempts to 5, and reset the counter on a successful login.The text was updated successfully, but these errors were encountered: