-
Notifications
You must be signed in to change notification settings - Fork 31
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 htpasswd #10
Comments
Thanks for bringing this up. I'm flat out for the next month or so and won't have a chance to implement but am open to PRs. If anything, I'd probably allow the user to specify the accounts file because .htaccess is an "Apache-ism" and not defined as part of RFC2617. A rough to-do list would be:
|
I'm planning to get a draft of this up this weekend. Thus far:
|
Hey @elithrar, still looking for help on this one? |
Definitely! On Mon, Nov 21, 2016 at 11:18 AM Alexander Bezobchuk <
|
Support htpasswd and allow multiple accounts.
This project https://github.com/abbot/go-http-auth does support htpasswd, but it does not support wrapping http.Handler.
The text was updated successfully, but these errors were encountered: