colloqi / pisignage-server

Local Server to manage piSignage players based on node.js
http://www.pisignage.com
MIT License
372 stars 153 forks source link

server UI auth not happening after upgrade #22

Closed harmane closed 8 years ago

harmane commented 8 years ago

Before updating to 0.9 I used htpasswd to create different logins for users. After updating, even with credentials set in settings I am never presented with a login dialog. These credentials set here work to access players and for players to auth to server.

Any ideas?

colloqi commented 8 years ago

Sorry for the delayed response, Is this the case even after closing he browser and reopening?

harmane commented 8 years ago

Now my turn to apologize for delayed response. :)

Yes, this is persistent throughout since the upgrade in any browser.

harmane commented 8 years ago

Figured it out...

app.use(basicHttpAuth) was missing from express.js.

Any hope for multiple users at some point? Right now I have one person handling the config for ALL but would like to hand this off to site-specific users down the road ideally with various levels of access based on said sites.

colloqi commented 8 years ago

👍

Currently we have only one user support in this server. We also white-label pisignage.com server for an annual fee which has full user management support.

If the feature set is minimum please let us know and we will try to add it when resources permit.