docs icon indicating copy to clipboard operation
docs copied to clipboard

Add RateLimit middleware docs.

Open dereuromark opened this issue 4 months ago • 3 comments

https://github.com/cakephp/cakephp/pull/18829

dereuromark avatar Aug 15 '25 13:08 dereuromark

Need to fix conflicts then merge.

othercorey avatar Nov 09 '25 03:11 othercorey

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?

ADmad avatar Nov 10 '25 06:11 ADmad

Good point. Added a docs part about reset()

dereuromark avatar Nov 25 '25 12:11 dereuromark