Hi @Cloud Texavie ,
You have some options at your disposal for setting up communication between your frontend and backend applications. One option is to restrict access to your backend Node app by adding both App Services to a Virtual Network and allowing the backend app to only see traffic on that VNET. If you don't want to restrict traffic, you can certainly enable authentication between both App Services through Bearer tokens through CORS. Below I've listed some docs that will help point you in the right direction.