0.0.1 • Published 3 years ago

ir-roles-server v0.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

ir-roles-server

Build Status Code Climate Test Coverage Dependency Status Download Status

roles plugin for FeathersJs server

Installation

npm install ir-roles-server --save

Documentation

TBD

Complete Example

Here's an example of a Feathers server that uses ir-roles-server.

const feathers = require('@feathersjs/feathers');
const plugin = require('ir-roles-server');

// Initialize the application
const app = feathers();

// Initialize the plugin
app.configure(plugin());

License

Copyright (c) 2018

Licensed under the MIT license.