@stoplight/feathers-authentication-management

v0.4.3
Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication
feathers feathers-plugin hook hooks services authentication verification

prepublish

npm run compile

publish

git push origin --tags && npm run changelog && git push origin

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

changelog

github_changelog_generator && git add CHANGELOG.md && git commit -am "Updating changelog"

compile

rimraf lib/ && babel -d lib/ src/

watch

babel --watch -d lib/ src/

lint

semistandard src/**/*.js test/**/*.js --fix

mocha

mocha --opts mocha.opts

coverage

istanbul cover _mocha -- --opts mocha.opts

test

npm run compile && npm run lint && npm run coverage

start

npm run compile && node example/app

test0

mocha --opts mocha.opts

testx

mocha --opts mocha.testx.opts
npm i @stoplight/feathers-authentication-management

Metadata

  • MIT
  • >= 4.6.0
  • Feathers contributors
  • released 7/24/2017

Downloads