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.
2 parents 664fd09 + 2cbbb39 commit 2dde019Copy full SHA for 2dde019
security.rst
@@ -1416,8 +1416,15 @@ Enable remote user authentication using the ``remote_user`` key:
1416
Limiting Login Attempts
1417
~~~~~~~~~~~~~~~~~~~~~~~
1418
1419
-Symfony provides basic protection against `brute force login attacks`_.
1420
-You must enable this using the ``login_throttling`` setting:
+Symfony provides basic protection against `brute force login attacks`_ thanks to
+the :doc:`Rate Limiter component </rate_limiter>`. If you haven't used this
1421
+component in your application yet, install it before using this feature:
1422
+
1423
+.. code-block:: terminal
1424
1425
+ $ composer require symfony/rate-limiter
1426
1427
+Then, enable this feature using the ``login_throttling`` setting:
1428
1429
.. configuration-block::
1430
0 commit comments