Skip to content

restberry/restberry-passport-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published