long2ice / fastapi-limiter

A request rate limiter for fastapi
https://github.com/long2ice/fastapi-limiter
Apache License 2.0
487 stars 53 forks source link

Different methods same paths #25

Closed vvkh closed 1 year ago

vvkh commented 1 year ago

Possible fix for https://github.com/long2ice/fastapi-limiter/issues/24 Use route index in Redis key in addition to dependency index.

Ali-Parandeh commented 1 year ago

Love this one. Simple and clean fix

long2ice commented 1 year ago

Thanks!