You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The basic strategy project is abandoned and flawed. A simple example : you can have a colon ":" in the password.
The github "https://github.com/jaredhanson/passport-http" has even 28 pull requests, including for this issue and still it's ignored.
I recommend to archive the project and advertise "github.com/AaronDewes/modern-passport-http" in your documentation, which is not abandoned and addresses the issues AND it's 100% compatible
Expected behavior
The most basic authentication is flawed. A colon is a valid character for a password and should simple not break this awesome project. The user should get authenticated
Actual behavior
You get a wrong password error
Steps to reproduce
Implement basic authentication and use colon in your password
Environment
Operating System:
Node version: 16.14.0
passport version: 0.6.0
The text was updated successfully, but these errors were encountered:
The basic strategy project is abandoned and flawed. A simple example : you can have a colon ":" in the password.
The github "https://github.com/jaredhanson/passport-http" has even 28 pull requests, including for this issue and still it's ignored.
I recommend to archive the project and advertise "github.com/AaronDewes/modern-passport-http" in your documentation, which is not abandoned and addresses the issues AND it's 100% compatible
Expected behavior
The most basic authentication is flawed. A colon is a valid character for a password and should simple not break this awesome project. The user should get authenticated
Actual behavior
You get a wrong password error
Steps to reproduce
Implement basic authentication and use colon in your password
Environment
The text was updated successfully, but these errors were encountered: