Addes support for legacy md5 auth token authentication to ease compatibility, ref #865
This commit is contained in:
@@ -36,7 +36,8 @@ namespace lms::api::subsonic
|
||||
{
|
||||
std::unordered_map<std::string, ProtocolVersion> serverProtocolVersionsByClient;
|
||||
std::unordered_set<std::string> openSubsonicDisabledClients;
|
||||
bool supportUserPasswordAuthentication;
|
||||
bool supportPasswordAuthentication;
|
||||
bool supportTokenAuthentication;
|
||||
};
|
||||
|
||||
SubsonicResourceConfig readSubsonicResourceConfig(core::IConfig& _config);
|
||||
|
||||
Reference in New Issue
Block a user