egg-acl
v1.0.0
Published
A RBAC(Role-Based Access Control plugin for egg.js)
Downloads
4
Readme
egg-acl
hold on, this package will be update soon.
Install
$ npm i egg-acl --save
Usage
// {app_root}/config/plugin.js
exports.acl = {
enable: true,
package: 'egg-acl',
};
Configuration
// {app_root}/config/config.default.js
exports.acl = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.