Skip to content

Add rate limiting per IP for API endpoints #11

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

Fields

No fields configured for issues without a type.

Projects

Status
Scheduled

Relationships

None yet

Development

No branches or pull requests

Issue actions