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

Fix user name check. #63

Open clarencetw opened 7 years ago

clarencetw commented 7 years ago

The ha1 md5 need database user name to check user not use the user request name to check.