RateLimiterFactory
This is not part of the official TYPO3 Core API due to a limitation of the Symfony Rate Limiter API.
Table of Contents
Methods
- createLoginRateLimiter() : LimiterInterface
- isIpExcluded() : bool
Methods
createLoginRateLimiter()
public
createLoginRateLimiter(AbstractUserAuthentication $userAuthentication, ServerRequestInterface $request) : LimiterInterface
Parameters
- $userAuthentication : AbstractUserAuthentication
- $request : ServerRequestInterface
Return values
LimiterInterfaceisIpExcluded()
protected
isIpExcluded(string $loginType, string $remoteAddress) : bool
Parameters
- $loginType : string
- $remoteAddress : string