jaredhanson / passport-http

HTTP Basic and Digest authentication strategies for Passport and Node.js.

Home Page:https://www.passportjs.org/packages/passport-http/?utm_source=github&utm_medium=referral&utm_campaign=passport-http&utm_content=about

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example of digest strategy usage from client side

ekelvin opened this issue · comments

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

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

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.