mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-03 23:49:48 +00:00
566eacc8fe
Throttle the request-entry endpoint for authenticated users also to guard against accidental hammering from buggy clients. Authenticated users are throttled via RequestEntryUserRateThrottle. Anonymous users are throttled using the lobby participant cookie through RequestEntryAnonRateThrottle.