S
S
Semyon Beloglazov2017-07-19 13:55:47
Laravel
Semyon Beloglazov, 2017-07-19 13:55:47

How is the authorization attempt counter implemented in Laravel?

Laravel's standard authorization has a limit on login attempts. If you enter incorrect data many times, an error is generated like "You have exceeded the number of authorization attempts. Try again in ..."
How is this system implemented if there is no logging of login attempts anywhere in the database?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
JhaoDa, 2017-07-19
@Batlab

The number of attempts is stored in the cache.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question