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

example of digest strategy usage from client side #24

Closed ekelvin closed 10 years ago

ekelvin commented 10 years ago

Is there any module in node to make a client example for the digest strategy?!

jaredhanson commented 10 years ago

Not that I know of, but if you find one, please post a link here.

ekelvin commented 10 years ago

I found this one so I wanted a feedback if it is possible. https://github.com/simme/node-http-digest-client I want to use this for integration two nodes so having the first request with 401 doesn't help.