-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Implement rate limiting in the API #12
Comments
@Sachinsharma01 assigned to you. Do open a thread in discord regarding this issue since we still haven't fixed on what parameters we will do the rate limit. So you can get on with this after we have came to a decision! |
ok, got it |
As per discussion, we are going to have rate limiting as below We would want to send OTP, validate OTP to be rate limited to 10 requests per minute for a single user |
Yes, correct. That looks good! @Sachinsharma01 |
yeah, picking this up for development |
can I work on this issue? @rajdip-b |
Sure thing! Go ahead. |
The requirements of this issue is still not clear, so please feel free to add a list of the implementations you would be making before you go ahead and code it. |
But the next 10days are very hectic for me and I can only start solving after that. If that's okay with you |
Yeah no problem with that |
Is your feature request related to a problem? Please describe.
I would like the API to have rate limiting set up so that malicious actors can't spam our APIs.
Describe the solution you'd like
Use this document as a reference: https://docs.nestjs.com/security/rate-limiting
Suggestions for implementing this feature are most welcome!
The text was updated successfully, but these errors were encountered: