Dashboard security for multiple user

If you want more, you can look at uibuilder which allows you to build anything pretty much and provides some middleware functions that you can use to add user authentication/authorisation checks.

Just be aware that websocket connections do not support security headers after the initial connection so you have to build checks into the websocket data being sent from your front-end code back to Node-RED.