WhoamI
WhoamI
TtRPC
Created by WhoamI on 10/28/2023 in #❓-help
Security: DDOS attack prevention for open endpoints tRPC
So we are building an application and got multiple trpc endpoints associated with it, some of them are private and a few public ones (like login etc). While we can rate limit on the number of requests to prevent DDOS and similar attacks, the batch calls still stays vulnerable, what are the general methods to prevent these, and are there some precautions to take to limit the number of calls or access to these open endpoints
3 replies