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.
Currently my backend is completely open, and anybody can directly access my endpoints which is a problem. How can I prevent the user to accessing my backend?
Thanks in advance!