Skip to content

RateLimit

Everything under Quiote\Security\RateLimit.

ClassDescription
LoginThrottleA small login/auth throttle on top of symfony/rate-limiter.
PdoRateLimiterStorageA symfony/rate-limiter StorageInterface backed by a relational database via PDO.
RateLimitMiddlewareGeneral-purpose per-client HTTP rate limiting, built on the same symfony/rate-limiter primitives as LoginThrottle but keyed by client IP rather than a login identifier.
RateLimitPluginRegisters RateLimitMiddleware through the generic plugin seam, opt-in via ratelimit.http.enabled.