0.1.6 • Published 2 months ago

@sparkz-community/roles-server-lib v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

roles-server-lib

Build Status Code Climate Test Coverage Dependency Status Download Status

roles plugin for FeathersJs server

Installation

npm install roles-server-lib --save

Documentation

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.