jaredhanson / passport-http

HTTP Basic and Digest authentication strategies for Passport and Node.js.
https://www.passportjs.org/packages/passport-http/?utm_source=github&utm_medium=referral&utm_campaign=passport-http&utm_content=about
MIT License
268 stars 110 forks source link

Update to use passport-strategy #35

Closed julson closed 9 years ago

nickcmaynard commented 10 years ago

Julson, to get this to pass CI build, I suggest you pull in the changes here - https://github.com/jaredhanson/passport-http/pull/32. Then, perhaps Jared will merge and we can put to bed a bunch of these issues, like this one - #36.

julson commented 10 years ago

Thanks. I've merged it and the build looks happy.

nickcmaynard commented 10 years ago

Thank you! @jaredhanson, does this look OK to merge? I think this would help with a few issues with passport-http.

nickcmaynard commented 10 years ago

Fixes #36.

jaredhanson commented 9 years ago

Merged. Thanks!