GarimaSingh0109/Resum-Resume
View on GitHubBackend security alert : Rate Limiting for SignIn
Open
#250 opened on Oct 5, 2024
gssoc-exthacktoberfesthacktoberfest-acceptedlevel3
Repository metrics
- Stars
- (71 stars)
- PR merge metrics
- (PR metrics pending)
Description
I can implement rate limiting to prevent brute-force attacks on the login endpoint in the backend. Please assign me this. If an attacker logins too much or use a bot on it: then login would be disable for specific time with a message: "Too many login attempts, please try again after 15 minutes." We do this by using the IP address of the user. Please assign me this issue, it is an important security feature.