Wondering if there's a succinct way or a plan to put rate limits on operations to individual collections or endpoints. Right now doing this:
const limiter = rateLimit({...})
app.use("/some/special/endpoints", limiter)
Current rate limiting is for all endpoints, and there is not a way to specify different values per collection. You're the first that has mentioned this. What's the use-case for the endpoint?
Star
Discord
online
Get help straight from the Payload team with an Enterprise License.