celeroncoder / notary-API

Notes App with NestJS-Typescript, MongoDB.
MIT License
2 stars 1 forks source link

Integrate Rate-Limiter to the API #30

Closed celeroncoder closed 2 years ago

celeroncoder commented 2 years ago

Description Integrate a rate limiter to the API.

API limiting, which is also known as rate limiting, is an essential component of Internet security, as DoS attacks can tank a server with unlimited API requests. feat: Everything You Need To Know About API Rate Limiting by J Simpson

Make sure to cover the following:

References