Hello,
It would be great to support password authentication for servers that are using API version <= 1.12.0
Several implementations still stick to older versions, mainly to avoid storing passwords in plain texts.
Examples:
You could imagine a secure fallback to plain password method if the following conditions are met:
- first attempt returned a code 30 (Incompatible Subsonic REST protocol version. Server must upgrade.)
- the URL scheme is https
Hello,
It would be great to support password authentication for servers that are using API version <= 1.12.0
Several implementations still stick to older versions, mainly to avoid storing passwords in plain texts.
Examples:
You could imagine a secure fallback to plain password method if the following conditions are met: