feathers-authentication-management
Auth management
Provides additional features for managing user authentication and password recovery in a FeathersJS application
Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication
247 stars
11 watching
98 forks
Language: TypeScript
last commit: about 1 month ago
Linked from 1 awesome list
authenticationemailfeathersjs
Related projects:
Repository | Description | Stars |
---|---|---|
feathersjs-ecosystem/feathers-permissions | A module that enables role-based permissions for Feathers services | 184 |
feathersjs-ecosystem/feathers-vuex | Integrates FeathersJS with Vuex for building robust state management systems | 445 |
rhythnic/feathers-passwordless-auth-example | An example project demonstrating passwordless authentication in FeathersJS using local authentication and reset-password functionality | 30 |
feathersjs-ecosystem/feathers-swift | A networking library that abstracts interactions with FeathersJS backend services. | 50 |
xixilive/feathers-authentication-weapp | An authentication framework for Feathers.js applications that supports WeChat mini program authentication. | 0 |
feathersjs-ecosystem/feathers-sequelize | A Feathers service adapter for the Sequelize ORM | 208 |
feathersjs-ecosystem/feathers-sync | Synchronizes service events between Feathers application instances using a messaging mechanism | 222 |
feathersjs-ecosystem/feathers-blob | A Feathers service for blob storage and management | 92 |
feathersjs-ecosystem/feathers-stripe | A Feathers service wrapper around Stripe's API for managing various payment and subscription-related resources | 96 |
feathersjs-ecosystem/feathers-elasticsearch | A Feathers.js adapter for interacting with Elasticsearch databases. | 78 |
feathersjs-ecosystem/feathers-reactive | Extends Feathers services with real-time data streaming capabilities using RxJS observables. | 216 |
feathersjs-ecosystem/feathers-batch | Allows batching of multiple Feathers service calls into one to minimize client side requests and speed up batched requests. | 96 |
feathersjs-ecosystem/feathers-cassandra | A Feathers service adapter for Cassandra DB based on Express-Cassandra ORM and CassanKnex query builder | 8 |
accounts-js/accounts | A comprehensive suite of packages providing authentication and accounts management tools for building web applications. | 1,500 |
feathersjs-ecosystem/feathers-objection | An adapter for connecting Feathers.js applications to Objection.js, an ORM based on KnexJS. | 98 |