SenseTecnic / node-red-contrib-users

A node used to quickly build a simple user system to control access to your http nodes on Node-RED.
15 stars 12 forks source link

Login via URL #14

Closed kaizirlewagen closed 4 years ago

kaizirlewagen commented 4 years ago

The module "node-red-contrib-users" works perfect. I used your demo to test it. But is it possible to login via URL?

https://ip-address:1880/demo?username=foo&password=bar

for example.

tedhuang commented 4 years ago

It doesn't support that currently. Sending in the credentials in the URL in plain text doesn't look very safe for security. It's definitely possible and you're welcome fork the repo and create your own support for it.