Rate limiting API with Nuxt/SSR?
[issue link]Hi guys. I have not much experience with backend, so I ask you advise, since as I see this topic has special issues when we have SSR.
How should I protect my API server from abuse (Node server, MongoDB)?
What are the common strategies?
As I see, I need to separate queries from Nuxt server and from client?
Can somebody please explain, how it should be implemented? On which end (Node server, or maybe even nginx/failtoban level?)? Should I use tokens? But I don’t have auth and don’t need it much…