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
We have a FASTAPI Post Route, where we want to rate limit based on a parameter passed in the request body. How to achieve this behaviour in a slowapi decorator? So that key_func reads the request body.
We have a FASTAPI Post Route, where we want to rate limit based on a parameter passed in the request body. How to achieve this behaviour in a slowapi decorator? So that
key_funcreads the request body.