How to block direct access in node js?
I have a frontend in React, and a NodeJS backend. On my website there are no authentications, and I do not plan to require authentication for the end user.
How can I protect the backend of an online clicker game from cheaters who use auto-clicks with curl?
The game is intended for publishing on iOS and Android.