restberry-passport-local

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i restberry-passport-local

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • materik