egg-oauth2
v1.0.1
Published
OAuth2.0 server plugin, based on egg-oauth2-server.
Downloads
6
Maintainers
Readme
egg-oauth2
Install
$ npm i egg-oauth2 --save
Usage
// {app_root}/config/plugin.js
exports.oauth2 = {
enable: true,
package: 'egg-oauth2',
};
Configuration
// {app_root}/config/config.default.js
exports.oauth2 = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.