Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rate limiting #315

Open
micahg opened this issue Nov 28, 2024 · 0 comments
Open

rate limiting #315

micahg opened this issue Nov 28, 2024 · 0 comments

Comments

@micahg
Copy link
Owner

micahg commented Nov 28, 2024

Github says:

To fix the problem, we will introduce a rate-limiting middleware using the express-rate-limit package. This middleware will limit the number of requests to the deleteAsset route to a reasonable number per time window. We will:

Install the express-rate-limit package.
Import the package in the express.ts file.
Configure the rate limiter with appropriate settings.
Apply the rate limiter to the deleteAsset route.

This should be applied to all end points i think.

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

No branches or pull requests

1 participant