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

passReqToCallback support missing from Digest strategy

mhmeadows63 opened this issue · comments

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.