Skip to content

feat: add rate limiting#166

Merged
aji70 merged 9 commits intoMyFanss:mainfrom
henrypeters:feature/issue-43-add-rate-limiting
Feb 25, 2026
Merged

feat: add rate limiting#166
aji70 merged 9 commits intoMyFanss:mainfrom
henrypeters:feature/issue-43-add-rate-limiting

Conversation

@henrypeters
Copy link
Contributor

@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

Copy link
Contributor

@aji70 aji70 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LFG

@aji70 aji70 merged commit ef52415 into MyFanss:main Feb 25, 2026
3 checks passed
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