Hi all,
I was wondering if anyone had any recommendations / examples for rate limiting Parse Server with nginx.
I was hoping to setup a special limit on login
/masterKey
endpoints, and then regular slowdowns on other endpoints.
I have been previously using express-rate-limit
but I understand rate limiting at the application level is not ideal.
Thanks!