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