@sparkz-community/auth-management-server-lib
v1.0.0
Published
An auth management plugin for a FeathersJs server
Downloads
24
Readme
@sparkz-community/auth-management-server-lib
A plugin for customizing auth management for a FeathersJs server
Installation
npm install @sparkz-community/auth-management-server-lib --save
Documentation
TBD
Complete Example
Here's an example of a Feathers server that uses @sparkz-community/auth-management-server-lib
.
const feathers = require('@feathersjs/feathers');
const plugin = require('@sparkz-community/auth-management-server-lib');
// Initialize the application
const app = feathers();
// Initialize the plugin
app.configure(plugin());
License
Copyright (c) 2018
Licensed under the MIT license.