docs
docs copied to clipboard
Add RateLimit middleware docs.
https://github.com/cakephp/cakephp/pull/18829
Need to fix conflicts then merge.
There's no mention of the RateLimiterInterface::reset() in the docs. Also this method isn't used by either the RateLimitMidddleware not the strategy classes themselves. So how/when should one use it?
Good point. Added a docs part about reset()