-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rate limited for route #8
Comments
Hi @ducthanh200398, thanks for your interest! |
Just a heads up that #7 is now merged, and released in |
I think the middleware (see https://slowapi.readthedocs.io/en/latest/examples/) does what you describe here. If not, feel free to reopen and clarify what you need. |
in flask-limiter we can use limiter.exempt(...) for blueprint or bluprint route. can i do any thing like that at the moment
The text was updated successfully, but these errors were encountered: