jaredhanson/passport-http

passReqToCallback support missing from Digest strategy

mhmeadows63 opened this issue · 0 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.