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

Add simple digest auth implementation #118

Closed
wants to merge 1 commit into from
Closed

Conversation

nylen
Copy link

@nylen nylen commented Sep 21, 2012

Works with Apache and passes tests. Does not implement all of RFC 2617
(for example, client nonces).

Also, the fixes in #76 would be really nice to have, since this will not work if any redirects occur. I doubt that that patch will work as-is with my change, though.

Works with Apache and passes tests.  Does not implement all of RFC 2617
(for example, client nonces).
@ElHacker
Copy link

ElHacker commented Aug 1, 2013

This feature would be really helpful

@nylen
Copy link
Author

nylen commented Aug 1, 2013

FYI, mikeal/request has digest support.

@LinusU
Copy link

LinusU commented Feb 5, 2014

Would be great to get this merged!

@defunctzombie
Copy link
Contributor

better handled as a plugin since we can't really support client and server with this.

FWIW the request module is a behemoth and I don't think supporting everything it supports is useful.

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.

4 participants