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.
- Host: GitHub
- URL: https://github.com/cjsaylor/passport-username
- Owner: cjsaylor
- License: mit
- Created: 2013-11-10T16:10:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-10T17:47:29.000Z (over 12 years ago)
- Last Synced: 2025-02-23T20:37:42.852Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://chris-saylor.com
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.