RateLimit
Everything under Quiote\Security\RateLimit.
Classes
Section titled “Classes”| Class | Description |
|---|---|
LoginThrottle | A small login/auth throttle on top of symfony/rate-limiter. |
PdoRateLimiterStorage | A symfony/rate-limiter StorageInterface backed by a relational database via PDO. |
RateLimitMiddleware | General-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. |
RateLimitPlugin | Registers RateLimitMiddleware through the generic plugin seam, opt-in via ratelimit.http.enabled. |