clever-roles
v1.2.4
Published
Adds permissions and roles to users with CleverStack
Downloads
78
Readme
CleverStack Roles Module (RBAC)
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