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

Digest still not working in nested routes in Express 4 #83

Open optsing opened 3 years ago

optsing commented 3 years ago

The first PR (#38) were proposed in 2014 and have not yet been applied.

Can we expect a fix?

Taraman17 commented 2 years ago

I just also stumbled upon this issue while trying to use digest authentication in my project.

Since the fix seems to be quite easy, I would love to see this fixed.