Saran Raj
Saran Raj

Reputation: 595

Secure Node-Red electron application with node-red-admin

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

Upvotes: 0

Views: 337

Answers (1)

hardillb
hardillb

Reputation: 59608

The settings are not in a separate file, they are created as an object in main.js here

Upvotes: 1

Related Questions