Add rate limiting to requests #154
Labels
feature
New feature
future
improvement
Improvements to existing code
security
Everything regarding security of the server
We should make sure to block malicious users sending too many requests. There are packages available for this, e.g. https://www.npmjs.com/package/rate-limiter-flexible (as per a comment from AdonisJS discord server). Combined with a middleware, this should do just fine.
The text was updated successfully, but these errors were encountered: