Skip to content

Add rate limiting per IP for API endpoints #11

@Emperor42

Description

@Emperor42

Prevent abuse (e.g., a bot repeatedly adding/removing sources). Use a lightweight token bucket (e.g., golang.org/x/time/rate) keyed by client IP. Return 429 Too Many Requests when the limit is exceeded.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Scheduled

Relationships

None yet

Development

No branches or pull requests

Issue actions