An open API service indexing awesome lists of open source software.

https://github.com/cjsaylor/passport-username

Username authentication strategy for Passport and Node.js.
https://github.com/cjsaylor/passport-username

Last synced: 9 months ago
JSON representation

Username authentication strategy for Passport and Node.js.

Awesome Lists containing this project

README

          

# Passport-username

[Passport](http://passportjs.org) strategy for authenticating based soley on username. This is an adaptation of the [Passport-local](https://github.com/jaredhanson/passport-local) strategy except without the password.

The `username` is expected with in the request body or query.

See [Passport-local](https://github.com/jaredhanson/passport-local) for additional information.