GarimaSingh0109/Resum-Resume

Backend security alert : Rate Limiting for SignIn

Open

#250 opened on Oct 5, 2024

View on GitHub
 (2 comments) (0 reactions) (1 assignee)HTML (220 forks)auto 404
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.

Contributor guide