You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any advise on a working rate limiter for flask-restx?
I was trying to integrate flask-limiter in flask-restx, but apparently the recent versions require Flask>2.0.0 which becomes incompatible. I even tried using the version 1.5 which is the 1.x branch latest release, but for some reason I am unable to use the decorator for rate granularity, it only works with the default rate on the constructor. I assume this is because of the way requests are organized onto classes in flask-restx and not direct routes or blueprints like the native Flask.
Appreciate your time!
Thank you.
The text was updated successfully, but these errors were encountered:
Any advise on a working rate limiter for flask-restx?
I was trying to integrate flask-limiter in flask-restx, but apparently the recent versions require Flask>2.0.0 which becomes incompatible. I even tried using the version 1.5 which is the 1.x branch latest release, but for some reason I am unable to use the decorator for rate granularity, it only works with the default rate on the constructor. I assume this is because of the way requests are organized onto classes in flask-restx and not direct routes or blueprints like the native Flask.
Appreciate your time!
Thank you.
The text was updated successfully, but these errors were encountered: