Do slowapi support rate limiting by parameters?
sydowma opened this issue · 1 comments
sydowma commented
I want to rate limiting my web service API that has some parameters like user_id and user_name I want to limit by user_id and user_name because I want to limit per user request, what should I do?
laurentS commented
Does this issue help? If not, can you clarify what you are trying to do?