Skip to content

Commit d5665b7

Browse files
Adding link to loggin throttling
1 parent a839068 commit d5665b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rate_limiter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defensive measure to protect services from excessive use (intended or not) and
1111
maintain their availability. It's also useful to control your internal or
1212
outbound processes (e.g. limit the number of simultaneously processed messages).
1313

14-
Symfony uses these rate limiters in built-in features like "login throttling",
14+
Symfony uses these rate limiters in built-in features like :ref:`login throttling <security-login-throttling>`,
1515
which limits how many failed login attempts a user can make in a given period of
1616
time, but you can use them for your own features too.
1717

0 commit comments

Comments
 (0)