restberry-passport-local
v1.1.0
Published
Restberry Passport wrapper for passport-local
Downloads
5
Readme
Restberry-Passport-Local
Restberry Passport wrapper for passport-local.
Install
npm install restberry-passport-local
Usage
var restberryPassport = require('restberry-passport');
var auth = restberryPassport.config(function(auth) {
...
})
.use('local', {
passwordMinLength: 8,
});
restberry.use(auth);
This will add a email and a password field to the User and the possibility to authenticate with those. One new routes have been created to the User:
- POST /login