CleverStack Roles Module (RBAC)
This CleverStack Module provides Roles for your users, use this with the clever-auth module. (This only works with ORM currently)
Documentation
See cleverstack.io for more detailed information on the Node seed or visit the Getting Started Guide
Install
CLI
- From your project folder run
clever install clever-roles
and enter your options into the prompts - Run
grunt db
to rebase and seed your database.
Manually
- Clone this repo into your modules/clever-roles folder.
- Add 'clever-roles' to the bundledDependencies array of your app's package.json.
- Install the modules NPM packages.
- Run
grunt db
to rebase and seed your database.
License
See our LICENSE