Skip to content

Commit 47a236f

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: [Security] Add RateLimiter requirement command
2 parents 9928708 + 2dde019 commit 47a236f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

security.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,8 +1465,15 @@ Enable remote user authentication using the ``remote_user`` key:
14651465
Limiting Login Attempts
14661466
~~~~~~~~~~~~~~~~~~~~~~~
14671467

1468-
Symfony provides basic protection against `brute force login attacks`_.
1469-
You must enable this using the ``login_throttling`` setting:
1468+
Symfony provides basic protection against `brute force login attacks`_ thanks to
1469+
the :doc:`Rate Limiter component </rate_limiter>`. If you haven't used this
1470+
component in your application yet, install it before using this feature:
1471+
1472+
.. code-block:: terminal
1473+
1474+
$ composer require symfony/rate-limiter
1475+
1476+
Then, enable this feature using the ``login_throttling`` setting:
14701477

14711478
.. configuration-block::
14721479

0 commit comments

Comments
 (0)