egg-auth
v1.2.4
Published
egg.js auth 服务
Downloads
2
Readme
egg-auth
Install
$ npm i egg-auth --save
Usage
// {app_root}/config/plugin.js
exports.auth = {
enable: true,
package: 'egg-auth',
};
Configuration
// {app_root}/config/config.default.js
exports.auth = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.