UNPKG

feathers-authentication-management

Version:

Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication

32 lines (18 loc) 2.11 kB
**This module is looking for maintainers, please contact us on the [Feathers Slack group](http://slack.feathersjs.com/)** (more details in [#124](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/124)) ## feathers-authentication-management [![Build Status](https://travis-ci.org/feathersjs-ecosystem/feathers-authentication-management.png?branch=master)](https://travis-ci.org/feathersjs-ecosystem/feathers-authentication-management) [![Code Climate](https://codeclimate.com/github/feathersjs-ecosystem/feathers-authentication-management/badges/gpa.svg)](https://codeclimate.com/github/feathersjs-ecosystem/feathers-authentication-management) [![Test Coverage](https://codeclimate.com/github/feathersjs-ecosystem/feathers-authentication-management/badges/coverage.svg)](https://codeclimate.com/github/feathersjs-ecosystem/feathers-authentication-management/coverage) [![Dependency Status](https://img.shields.io/david/feathersjs-ecosystem/feathers-authentication-management.svg?style=flat-square)](https://david-dm.org/feathersjs-ecosystem/feathers-authentication-management) [![Download Status](https://img.shields.io/npm/dm/feathers-authentication-management.svg?style=flat-square)](https://www.npmjs.com/package/feathers-authentication-management) **Sign up verification, forgotten password reset, and other capabilities for local authentication.** ## Documentation The [`master`](https://github.com/feathersjs-ecosystem/feathers-authentication-management) branch and versions >= 3.x are expected to work with [Feathers v4](https://docs.feathersjs.com/) (a.k.a. Crow). Versions >= 1.x are expected to work with [Feathers v3](https://buzzard.docs.feathersjs.com/) (a.k.a. Buzzard) ### Developers Refer to [Documentation](./docs.md). Read a [step-by-step guide](https://hackernoon.com/setting-up-email-verification-in-feathersjs-ce764907e4f2) created by Imre Gelens ### Maintainers Refer to our [guidelines](./development.md). ## License This project is licensed under the MIT License - see the [license file](./LICENSE) for details