1.0.0 • Published 1 year ago

@sparkz-community/auth-management-server-lib v1.0.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

@sparkz-community/auth-management-server-lib

Build Status Code Climate Test Coverage Dependency Status Download Status

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.