You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: