CappielloAntonio / tempo

An open source and lightweight music client for Subsonic, designed and built natively for Android.
GNU General Public License v3.0
862 stars 39 forks source link

Support HTTP basic auth #257

Open jonas-resch opened 1 week ago

jonas-resch commented 1 week ago

This pull requests adds support for Subsonic servers which are additionally protected by a HTTP basic auth.

Currently, the username and password need to be added to the server url (e.g. https://username:password@mysubsonic.com). Let me know if I should add separate input fields for them.

Also see #152