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...
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2058">#c2058</a>)</em></sub></div>