@kne/egg-kong-auth
Install
$ npm i @kne/egg-kong-auth --save
Usage
// {app_root}/config/plugin.js
exports.kongAuth = {
enable: true,
package: '@kne/egg-kong-auth',
};
Configuration
// {app_root}/config/config.default.js
exports.kongAuth = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.