advplyr / audiobookshelf-app

Mobile application for Audiobookshelf
https://audiobookshelf.org
GNU General Public License v3.0
1.35k stars 174 forks source link

Allow server connection url with embedded basic http access authentication scheme #630

Open altmoola opened 1 year ago

altmoola commented 1 year ago

Allow https://username:password@abs.domain.tld format urls for the server. Add the following to all http requests if a server url with basic authentication is supplied. To ensure credentials are encrypted, only allow the url if the scheme is https.

Authorization: Basic username:password (credentials Base64 encoded)

image

advplyr commented 1 year ago

Related to #254