0.0.1 • Published 4 years ago
ir-roles-server v0.0.1
ir-roles-server
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.
0.0.1
4 years ago