We want to add Rate Limiting to the Firewall that will be in front of both the NextJS and Apollo Server.
In addition to that, do we want to add any rate limiting middleware to either the auth endpoints or GraphQL endpoints to prevent brute-force attacks, and add "depth-limiting" on GraphQL to prevent DOS attacks?
We want to add Rate Limiting to the Firewall that will be in front of both the NextJS and Apollo Server.
In addition to that, do we want to add any rate limiting middleware to either the auth endpoints or GraphQL endpoints to prevent brute-force attacks, and add "depth-limiting" on GraphQL to prevent DOS attacks?