I have searched everywhere but I can't seem to find a way to secure my Node-RED user interface. The UI can be accessed by anonymous users...
So far I have tried to set up the settings.json
file and the httpNodeAuth
part but nothing worked.
How can I limit access to the Node-RED UI?
I FINALLY realized it was a cache problem. node-red seems to work really aggressive with cache. thanks everybody for support