alisaifee / limits

Rate limiting using various strategies and storage backends such as redis & memcached
https://limits.readthedocs.org
MIT License
428 stars 58 forks source link

Add token bucket strategy #234

Open dimartiro opened 2 months ago

dimartiro commented 2 months ago

This PR adds support for token bucket strategy and register it as part of the other strategies.

This is required since I want to use it as part of flask rate-limit