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
Is your feature request related to a problem? Please describe.
When entering a pin, there is nothing stopping you from trying as many times as you want. This is a security concern for brute force attempts.
Describe the solution you'd like
After a couple failed attempts, force the user to wait for a period of time before trying again. The more failed attempts, the longer you need to wait.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When entering a pin, there is nothing stopping you from trying as many times as you want. This is a security concern for brute force attempts.
Describe the solution you'd like
After a couple failed attempts, force the user to wait for a period of time before trying again. The more failed attempts, the longer you need to wait.
The text was updated successfully, but these errors were encountered: