Hello,
Is there a way to prevent the number of attempts to log with Firebase email and password auth? I want to prevent brute force login attempts.
For example, I want the system to add a delay of 5 or 10 min after 5 failed login attempts and either reset with the same timeout or an exponential increase of the timeout for the next 5 attempts.
Best Regards,
Rusty