Secure different routes with different user

Hi,

is there a way to secure :1880/ui with another user and password as :1880/mui ?

Georg

I don't think you can run the dashboard and the node-red-contrib-mdashboard on the same instance anyway.

ok with mdashboard you can be right, but /ui and /test or something like this?

Hi @Georg25 - it is not possible to secure different http routes with different credentials with the built-in authentication system.

You would have to embed node-red in your own node app and apply the authentication to the express routes outside of node-red