ni-c / heimcontrol.js

Home-Automation with node.js and Raspberry PI
MIT License
1.41k stars 297 forks source link

Add a config option to disable authentication in order to allow anybody... #59

Open ateuk opened 10 years ago

ateuk commented 10 years ago

... to access the app. This change allow to add "authentication": "false" to the config file in order to disable authentication.

The login flow is not great because users have to login every time the server is restarted.