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

Pass request to callback in DigestStrategy #23

Open watnotte opened 10 years ago

watnotte commented 10 years ago

Like other strategies, it would be nice to have access to there request in the DigestStrategy.