Hi,
npm install node-red-dashboard
Now my intention is to secure the access to the node-red view with authorization. Currently, I have follow step from
https://nodered.org/docs/configuration on how to modify the settings.js file but when I access both node-red and UI, all direct divert to it without navigating to login authentication.
I attach the settings.js file for perusal.
I have find another guide to understanding how to enable it but it getting complicated in my brain because I have perform and stop and continue with another guide. I'm confuse with the "adminAuth" and "https"
I'm running node-red locally on pc. Running the file from downloaded folder (not global install). Because this will be copied to another pc to sync what the node that it have.
## I would like to have 2 kind of access. First is admin, second is user. How to make it appear UI for both admin and user and flow only for admin?
***Request assist on understanding the lack of my step.