notandy / ympd

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
http://www.ympd.org
GNU General Public License v2.0
515 stars 143 forks source link

htauth #66

Closed bserem closed 9 years ago

bserem commented 9 years ago

Hello!

I think it would be great to have an option to protect this with an htauthentication (browser authentication). Can this be implemented easily?

ajs124 commented 9 years ago

Why not simple put nginx or some other reverse proxy in front of it and use http basic auth there?

bserem commented 9 years ago

I admit, this makes sense :D

Thanks