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 a839068 commit d5665b7Copy full SHA for d5665b7
rate_limiter.rst
@@ -11,7 +11,7 @@ defensive measure to protect services from excessive use (intended or not) and
11
maintain their availability. It's also useful to control your internal or
12
outbound processes (e.g. limit the number of simultaneously processed messages).
13
14
-Symfony uses these rate limiters in built-in features like "login throttling",
+Symfony uses these rate limiters in built-in features like :ref:`login throttling <security-login-throttling>`,
15
which limits how many failed login attempts a user can make in a given period of
16
time, but you can use them for your own features too.
17
0 commit comments