Addes support for legacy md5 auth token authentication to ease compatibility, ref #865

This commit is contained in:
emeric
2026-07-14 23:18:39 +02:00
parent bb637734bf
commit b767913b64
17 changed files with 446 additions and 96 deletions
@@ -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);