Hi all,
I’ve decided to make a tutorial how to limit the amount of login attempts with the same email. Enjoy:
Here I use a separate “login attempts” database approach - it has it pros and cons, though I decided to go this way to avoid writing anything to Users database before actual login.
Best,
Victor.