-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add rate limiting #9
Comments
The rate-limiting functionality has been added to the "rate-limiting" branch. I'm going to explore the possibility of adding tests but I don't want the tests to take 30 minutes to finish (the current cooldown period for each route). With that said however, there is value adding rate-limiting tests. 🤔 |
I've looked into this a bit further. The challenge is that each route test and each middleware test counts towards the rate-limited number ( |
Merged (#23) 😄 |
The API needs rate limiting (see ZacharyDavidSaunders/pseudoname#9).
https://www.npmjs.com/package/express-rate-limit may be a good option.
The text was updated successfully, but these errors were encountered: