1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-02 06:10:14 +02:00

Refer to constructor docs for throttling parameter in related section

This commit is contained in:
Marco
2021-04-16 21:26:51 +02:00
parent fa655c4908
commit df16db9b2b

View File

@@ -841,7 +841,7 @@ for the correct default option in your user interface. You dont need to check
### Throttling or rate limiting
All methods provided by this library are *automatically* protected against excessive numbers of requests from clients.
All methods provided by this library are *automatically* protected against excessive numbers of requests from clients. If the need arises, you can (temporarily) disable this protection using the [`$throttling` parameter](#creating-a-new-instance) passed to the constructor.
If you would like to throttle or rate limit *external* features or methods as well, e.g. those in your own code, you can make use of the built-in helper method for throttling and rate limiting: