Skip to content
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 limit user registration and express checkin routes #349

Open
shravanhariharan2 opened this issue Apr 9, 2023 · 1 comment
Open
Assignees
Labels
Priority High priority issues

Comments

@shravanhariharan2
Copy link
Collaborator

We should rate limit unauthenticated routes that are tied to 3rd party services such as SendGrid. Our rate limiting logic should likely be IP/client based, and should freeze requests for some period time after some number of requests have been sent in succession. These numbers should be discussed before implementation

@shravanhariharan2
Copy link
Collaborator Author

After this rate limiting infrastructure is implemented we should also rate limit the login route to prevent brute-force attacks, but that will be covered in a separate issue

@nik-dange nik-dange added the Priority High priority issues label Jan 15, 2024
@nik-dange nik-dange mentioned this issue Jan 28, 2024
13 tasks
@nik-dange nik-dange self-assigned this Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority High priority issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants