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

passReqToCallback support missing from Digest strategy #56

Open mhmeadows63 opened 8 years ago

mhmeadows63 commented 8 years ago

The Basic stragegy implements the passReqToCallback option, but support for this is missing in the Digest strategy. Perhaps both callbacks, secret and validate, should honour this option.