Skip to content

Comments

feat: add rate limiting#166

Open
henrypeters wants to merge 5 commits intoMyFanss:mainfrom
henrypeters:feature/issue-43-add-rate-limiting
Open

feat: add rate limiting#166
henrypeters wants to merge 5 commits intoMyFanss:mainfrom
henrypeters:feature/issue-43-add-rate-limiting

Conversation

@henrypeters
Copy link

@henrypeters henrypeters commented Feb 21, 2026

Implements API rate limiting using @nestjs/throttler with:

Global limit: 100 requests/minute per IP
Auth routes (login/register): 5 requests/minute per IP
Health check endpoints excluded from rate limiting
Returns 429 with Retry-After header when limit exceeded
Documentation added to backend README

closes #43

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.

Add rate limiting

2 participants