You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To protect our API from abuse and potential DDoS attacks, we need to implement rate limiting across our endpoints, with special attention to authentication routes.
Current State:
Currently, there is no rate limiting implemented, which could leave the API vulnerable to abuse, especially for sensitive endpoints like authentication.
Description:
To protect our API from abuse and potential DDoS attacks, we need to implement rate limiting across our endpoints, with special attention to authentication routes.
Current State:
Currently, there is no rate limiting implemented, which could leave the API vulnerable to abuse, especially for sensitive endpoints like authentication.
Required packages
pnpm add @nestjs/throttler
Suggested Rate Limits:
Relevant Docs
https://docs.nestjs.com/security/rate-limiting
The text was updated successfully, but these errors were encountered: