Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feathersjs-ecosystem/feathers-authentication-management
Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication
https://github.com/feathersjs-ecosystem/feathers-authentication-management
authentication email feathersjs
Last synced: 3 months ago
JSON representation
Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication
- Host: GitHub
- URL: https://github.com/feathersjs-ecosystem/feathers-authentication-management
- Owner: feathersjs-ecosystem
- License: mit
- Created: 2016-11-21T22:55:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T19:35:02.000Z (8 months ago)
- Last Synced: 2024-06-11T19:13:15.086Z (5 months ago)
- Topics: authentication, email, feathersjs
- Language: TypeScript
- Homepage: https://feathers-a-m.netlify.app/
- Size: 2.3 MB
- Stars: 247
- Watchers: 11
- Forks: 98
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-feathersjs - feathers-authentication-management - User email verification and password reset capabilities to local feathers-authentication (service) (Plugins / Authentication and Authorization)
README
# feathers-authentication-management
**Sign up verification, forgotten password reset, and other capabilities for local authentication.**[![Build Status](https://img.shields.io/github/workflow/status/feathersjs-ecosystem/feathers-authentication-management/Node.js%20CI)](https://github.com/feathersjs-ecosystem/feathers-authentication-management/actions/workflows/node.js.yml?query=branch%3Amaster)
[![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/librariesio/release/npm/feathers-authentication-management)](https://libraries.io/npm/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)
[![GitHub license](https://img.shields.io/github/license/feathersjs-ecosystem/feathers-authentication-management)](https://github.com/feathersjs-ecosystem/feathers-authentication-management/blob/master/LICENSE)```bash
npm i feathers-authentication-management
```## ⭐️⭐️⭐️ Documentation
You need more information? Please have a look at our new docs at [feathers-a-m.netlify.app](https://feathers-a-m.netlify.app/).
### Maintainers
Refer to our [guidelines](./development.md).
## License
This project is licensed under the MIT License - see the [license file](./LICENSE) for details