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

Support for basic HTTP authentication? #359

Open
fletchowns opened this issue Aug 31, 2023 · 3 comments
Open

Support for basic HTTP authentication? #359

fletchowns opened this issue Aug 31, 2023 · 3 comments

Comments

@fletchowns
Copy link
Sponsor

Subsonic has an undocumented feature where if you have basic HTTP authentication that uses the same credentials as the subsonic user, it effectively replaces the built in authentication.

I prefer using this with Subsonic since it makes it easy to hook into fail2ban to prevent brute force attacks. DSub has support for this, see memen45/SubMusic#46 for some additional details where support for it was added to a Subsonic app for Garmin watches.

I was searching around and didn't see any mention of basic HTTP authentication for gonic. Is that something that could be supported? How are others preventing brute force logic attacks against their gonic servers?

@bensmith2697
Copy link

@sentriz is this something that is going to be added? I too would like to use this functionality.

@sentriz
Copy link
Owner

sentriz commented Oct 6, 2023

PRs welcome!

@bensmith2697
Copy link

I totally understand. I wish I could. I don't know Go though, I only know JavaScript/Node. 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants