I used this GitHub repo to create a Node-Red desktop application with electron. Now I want to add authentication to this application with node-red-admin. How can I do that? Because I don't find any settings.js file in the build to add adminAuth to secure Node-Red
The settings are not in a separate file, they are created as an object in main.js
here