Project

General

Profile

Story #22

Updated by rashmita rout about 2 months ago

 

 1. Implement basic data type checks in UI (text, number, date, email, etc.) Login attempts limited to 60 requests 

 2. Provide real-time validation feedback to users Rate limit applies per IP and user 

 3. Prevent form submission when obvious type errors exist Excess attempts are blocked 

 4. Invalid data types are blocked at both UI and API layers Proper error message shown 

 No sensitive info exposed

Back