feathers-authentication-management

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

preversion

npm run lint && npm run test && npm run compile

publish

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

release:pre

npm version prerelease --preid=pre && npm publish --tag pre

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 -u feathersjs-ecosystem -p feathers-authentication-management && git add CHANGELOG.md && git commit -am "Updating changelog"

lint

eslint . --ext .js,.jsx,.ts,.tsx

mocha

cross-env TS_NODE_PROJECT='tsconfig.test.json' mocha --require ts-node/register --timeout 40000

coverage

nyc npm run mocha

test

npm run mocha

compile

shx rm -rf dist/ && tsc

docs

vitepress dev docs --port 3333 --open

docs:build

vitepress build docs

check-updates

ncu -u && ncu -u --cwd examples/js
npm i feathers-authentication-management

Metadata

  • MIT
  • >= 14
  • Feathers contributors
  • released 7/8/2024

Downloads