@sparkz-community/roles-server-lib
v0.1.6
Published
roles plugin for FeathersJs server
Readme
roles-server-lib
roles plugin for FeathersJs server
Installation
npm install roles-server-lib --saveDocumentation
TBD
Complete Example
Here's an example of a Feathers server that uses roles-server-lib.
const feathers = require('@feathersjs/feathers');
const roles = require('roles-server-lib');
// Initialize the application
const app = feathers();
// Initialize the plugin
roles.services.configureServices(app);License
Copyright (c) 2018
Licensed under the MIT license.

