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