Subsonic API: added a way to disable the user/password authentication method (enabled by default)
This commit is contained in:
@@ -68,6 +68,10 @@ 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;
|
||||
|
||||
# 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
|
||||
api-subsonic-old-server-protocol-clients = ("DSub");
|
||||
|
||||
Reference in New Issue
Block a user