maki-passport-local

0.0.4 • Public • Published

maki-passport-local

Build Status Coverage Status

local user logins for maki applications

Quick Start

 
var Maki = require('maki');
var maki = new Maki();
 
var Passport = require('maki-passport-local');
var passport = new Passport({ resource: 'Person' });
 
maki.define('Person', {
  attributes: {
    username: String
  }
});
 
maki.use( passport );
maki.start();
 

For a full listing of this and other Maki plugins, see martindale/maki.

Package Sidebar

Install

npm i maki-passport-local

Weekly Downloads

4

Version

0.0.4

License

MIT

Last publish

Collaborators

  • martindale