Subsonic API: added a way to disable the user/password authentication method (enabled by default)

This commit is contained in:
emeric
2024-11-24 16:23:37 +01:00
parent cb478e8d87
commit c7170c3501
5 changed files with 13 additions and 1 deletions
+4
View File
@@ -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");