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
+2 -6
View File
@@ -17,13 +17,9 @@ OpenSubsonic is an initiative to patch and extend the legacy Subsonic API. You'l
## Authentication
_LMS_ supports the [API Key Authentication](https://opensubsonic.netlify.app/docs/extensions/apikeyauth/) method. Each user has to generate their own API key on the settings page to use the Subsonic API.
If a client's login screen has no dedicated API key field, enter the API key as the password instead.
By default, API keys can also be used as passwords, provided the `user` parameter matches the API key owner. To disable this fallback authentication method, set the following in `lms.conf`:
```
api-subsonic-support-user-password-auth = false;
```
__Note__: the token+salt authentication method is not supported; use the API key as the password instead (see above).
__Note__: the legacy Subsonic authentication methods can be disabled using the `lms.conf` file.
## Extra fields
The following extra fields are implemented: