We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281fda0 commit 4551ea2Copy full SHA for 4551ea2
security.rst
@@ -1470,6 +1470,10 @@ You must enable this using the ``login_throttling`` setting:
1470
1471
The ``login_throttling.interval`` option was introduced in Symfony 5.3.
1472
1473
+Internally, Symfony uses the :doc:`Rate Limiter component </rate_limiter>`
1474
+which by default uses Symfony's cache to store the previous login attempts.
1475
+However, you can implement a custom storage.
1476
+
1477
By default, login attempts are limited on ``max_attempts`` (default: 5)
1478
failed requests for ``IP address + username`` and ``5 * max_attempts``
1479
failed requests for ``IP address``. The second limit protects against an
0 commit comments