-
Notifications
You must be signed in to change notification settings - Fork 104
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
added rate limit middleware #445
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer from Eventmint team will review it as soon as possible. We appreciate your support in making this project better
can you please review this pr @samyakmaitre |
Can you review this pr please @samyakmaitre |
Thank you for your contribution! The merge has been completed successfully, and the labels have been added. I appreciate your efforts, and don't forget to connect with me on GitHub! Best regards, |
can you add level2 please @samyakmaitre |
i added a rate limit middleware in the login api issue #428
login with correct credentials
login with incorrect credentials
login with correct credentials when done many times form the same ip that address is blocked for 5 minutes
it will :
prevent bots attack
reduce the load on the api