Skip to content

feat: implement rate limiting for authentication endpoints#126

Open
Shalini828 wants to merge 2 commits into
Sitaram8472:mainfrom
Shalini828:feature-rate-limiting
Open

feat: implement rate limiting for authentication endpoints#126
Shalini828 wants to merge 2 commits into
Sitaram8472:mainfrom
Shalini828:feature-rate-limiting

Conversation

@Shalini828

Copy link
Copy Markdown
Contributor

Description

Implemented rate limiting for authentication endpoints to prevent brute-force attacks and abuse.

Changes

  • Added request throttling for auth routes.
  • Limited excessive requests within a 15-minute window.

Fixes #120

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Rate Limiting for Authentication Endpoints to Prevent Abuse

1 participant