@passport-next/passport-local

v1.2.1
Local username and password authentication strategy for Passport.
express connect auth authn authentication

templates

node ./templates/gen.js

init-new-project

node ./templates/gen --init

lint

eslint --max-warnings 0 --ext js,md .

lintfix

eslint --ext js,md . --fix

testonly

mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js

test

nyc --report-dir=var/coverage --reporter=lcov --reporter=text npm run testonly

coveralls

nyc report --report-dir=var/coverage --reporter=text-lcov | coveralls
npm i @passport-next/passport-local

Metadata

  • MIT
  • >=8.0.0
  • Passport Next Developers
  • released 10/8/2019

Downloads