Addes support for legacy md5 auth token authentication to ease compatibility, ref #865
This commit is contained in:
+5
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user