passport-username
v0.0.2
Published
Local username authentication strategy for Passport.
Downloads
2
Readme
Passport-username
Passport strategy for authenticating based soley on username. This is an adaptation of the Passport-local strategy except without the password.
The username
is expected with in the request body or query.
See Passport-local for additional information.