2.2.0 • Published 4 years ago
egg-api-auth v2.2.0
egg-api-auth
Install
$ npm i egg-api-auth --save
Usage
// {app_root}/config/plugin.js
exports.apiAuth = {
enable: true,
package: 'egg-api-auth',
};
Configuration
// {app_root}/config/config.default.js
exports.apiAuth = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.