Skip to content

feat: use TokenBucket algo to apply rate limiting - #127

Merged
ayush00git merged 12 commits into
mainfrom
feat/rate-limiting-public-apis
Aug 15, 2026
Merged

feat: use TokenBucket algo to apply rate limiting#127
ayush00git merged 12 commits into
mainfrom
feat/rate-limiting-public-apis

Conversation

@ayush00git

@ayush00git ayush00git commented Aug 15, 2026

Copy link
Copy Markdown
Owner

This PR adds rate limiting (by IP for public routes and by email+role key for authenticated users).
We are using Token Bucket algorithm for storing in memory maps to tackle rate limits.

@ayush00git
ayush00git merged commit 40abf1f into main Aug 15, 2026
4 checks passed
@ayush00git
ayush00git deleted the feat/rate-limiting-public-apis branch August 15, 2026 21:04
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.

1 participant