feat: implement rate limiting for auth APIs#113
Conversation
|
@ash1shkumar is attempting to deploy a commit to the shreemp194-gmailcom's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
👋 Thank you for opening this pull request! I will review your changes and assist you soon. |
|
@Shriii19 Please review this PR when possible. Since this implementation involves backend/security-focused improvements and production-level handling, could you please update the label from Level 2 to Level 3 / Advanced? Thanks! |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@ash1shkumar resolve conflicts. |
|
@Shriii19 ,resolved conflicts.PR is ready for review. |
|
20:51:20.031 Running build in Washington, D.C., USA (East) – iad1 |
|
can you fix those error |
|
@Shriii19 Fixed those building errors. This PR is now ready for review. |
Related Issue
Closes #108
Description
Implemented IP-based rate limiting for authentication APIs to reduce signup spam, brute-force attempts, and bot abuse.
Added centralized request throttling using
rate-limiter-flexible.Changes Made
rate-limiter-flexibleSecurity Improvements
Type of Change
Programs
Contributing under:
Difficulty
Level 3 / Advanced