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
+5 -3
View File
@@ -84,9 +84,11 @@ login-throttler-max-entries = 10000;
# API
api-subsonic = true;
# Enable or disable user/password authentication for the Subsonic API.
# Note: Since token/salt authentication is always disabled, setting this to 'false' means only API keys can be used to access the Subsonic API.
api-subsonic-support-user-password-auth = true;
# Enable or disable user/password authentication (params 'u' and 'p')
api-subsonic-support-password-auth = true;
# Enable or disable token/salt authentication (params 'u', 's' and 't')
api-subsonic-support-token-auth = true;
# Use this list to make the reported server version to 1.12.0 depending on the client's name
# Main usage is to make auto detections for the 'p' (password) parameter work