clever-roles
Version:
Adds permissions and roles to users with CleverStack
32 lines (23 loc) • 2.19 kB
Markdown
CleverStack Roles Module (RBAC)
====================
[](http://badge.fury.io/js/clever-roles) [](http://badge.fury.io/gh/cleverstack%2Fclever-roles) [](https://david-dm.org/CleverStack/clever-roles) [](https://david-dm.org/CleverStack/clever-roles#info=devDependencies) [](https://codeclimate.com/github/CleverStack/clever-roles)
[](https://travis-ci.org/CleverStack/clever-roles)
[](https://codeclimate.com/github/CleverStack/clever-roles) [](https://www.npmjs.org/package/clever-roles)
[](http://gruntjs.com/)

<blockquote>
This CleverStack Module provides Roles for your users, use this with the clever-auth module. (This only works with ORM currently)
</blockquote>
## Documentation
See [cleverstack.io](http://cleverstack.io/documentation/#backend) for more detailed information on the Node seed or visit the [Getting Started Guide](http://cleverstack.io/getting-started/)
## Install
### CLI
1. From your project folder run `clever install clever-roles` and enter your options into the prompts
2. Run `grunt db` to rebase and seed your database.
### Manually
1. Clone this repo into your modules/clever-roles folder.
2. Add 'clever-roles' to the bundledDependencies array of your app's package.json.
3. Install the modules NPM packages.
3. Run `grunt db` to rebase and seed your database.
## License
See our [LICENSE](https://github.com/CleverStack/clever-roles/blob/master/LICENSE)