Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decode plaintext credentials before params get re-encoded in ssApiClient #862

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

pogmommy
Copy link
Contributor

ssApiClient in subsonic-api.ts no longer sends http requests containing double-encoded plaintext login credentials.
I.e. p@ssword! is now sent as p%40ssword%21 rather than p%2540ssword%2521 in http requests.

In my testing, this change does not affect non-legacy subsonic authentication.

Resolves my open #861

Copy link

vercel bot commented Nov 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
feishin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 27, 2024 3:30am

@jeffvli jeffvli linked an issue Dec 20, 2024 that may be closed by this pull request
@jeffvli jeffvli merged commit ae65922 into jeffvli:development Dec 20, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Subsonic plaintext auth does not properly escape special characters
2 participants