Skip to content

Add rate limiting with express-rate-limit middleware (100 requests/15min, logging) - #36

Open
sumanjeet0012 wants to merge 3 commits into
akave-ai:dev-jsfrom
sumanjeet0012:feature/rate-limiting-implementation
Open

Add rate limiting with express-rate-limit middleware (100 requests/15min, logging)#36
sumanjeet0012 wants to merge 3 commits into
akave-ai:dev-jsfrom
sumanjeet0012:feature/rate-limiting-implementation

Conversation

@sumanjeet0012

Copy link
Copy Markdown

Fixes #11

Implemented rate limiting using express-rate-limit middleware. Added 100 requests per 15 minutes limit after that they will receive a message "Too many requests from this IP, please try again later.".

@Abhay-2811
Abhay-2811 changed the base branch from main to dev-js February 14, 2025 16:05
@Abhay-2811

Copy link
Copy Markdown
Collaborator

Can you pull the dev branch and make same edits there. Feature wise everything looks good and ready to merge.

@sumanjeet0012

Copy link
Copy Markdown
Author

Created a new pull request after pulling the latest changes from the dev branch and raising the PR to merge into it.
checkout PR #38.

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 Request Rate Limiting

2 participants