Project

General

Profile

Story #22

Updated by rashmita rout about 2 months ago

As Implement rate limiting on login request. 
 Rate limiting on login requests is a system, input fields must accept only valid data types mechanism used to ensure correctness and prevent processing errors. 

 .Implement basic data type checks malicious or abusive behavior by limiting the number of logins attempts within a certain time. This helps protect against brute force attacks where an attacker tries to guess a user's password by repeatedly attempting to log in. 
 Implement Rate limit on Log in UI (text, number, date, email, etc.) 

 .Provide real-time validation feedback request is restricted to users 

 .Prevent form submission when obvious type errors exist 60 attempts. 

Back