othmar52 / slimpd

PHP/JS based MPD-web-client for large music collections
GNU Affero General Public License v3.0
41 stars 11 forks source link

Ability to disable authentication #59

Open valodiadeseynes opened 7 years ago

valodiadeseynes commented 7 years ago

Yes I know, it's not the most secure thing in the world but for people like me who run slimpd on their LAN for non-techy users, I would like them to just open their browser without having to remember their username/password or having to chose the guest account.

othmar52 commented 7 years ago

i agree - until the authentication is not implemented properly it may be the best to remove this feature at all. the idea was to have a functional remember user and/or password (which can be empty) functionality. so theoretically there should be no need to remember any username or password in LAN environments.

But i havn't finished fixing all the authentication bugs.