MarcWarrior
Results
1
comments of
MarcWarrior
> Is this issue resolved? Still facing this. You should upgrade fastapi-limiter to v0.1.4 or modify the original code like this: ```python rate_key = await identifier(request) key = f"{FastAPILimiter.prefix}:{rate_key}:{index}" pexpire...