feathers-authentication-custom

v0.1.0
Custom authentication strategy for feathers-authentication using Passport
feathers feathers-plugin

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"

lint

semistandard --fix

mocha

mocha --opts mocha.opts

coverage

istanbul cover _mocha -- --opts mocha.opts

test

npm run lint && npm run coverage

start

npm run compile && node example/app
npm i feathers-authentication-custom

Metadata

  • MIT
  • >= 6
  • Ryan Wheale
  • released 11/2/2017

Downloads

Maintainers