egg-passport-makeflow
v0.1.4
Published
makeflow passport plugin for egg
Downloads
2
Maintainers
Readme
egg-passport-github
github passport plugin for egg
Install
$ npm i egg-passport-github --save
Usage
// config/plugin.js
exports.passportGithub = {
enable: true,
package: 'egg-passport-github',
};
Configuration
// config/config.default.js
exports.passportGithub = {
key: 'your oauth key',
secret: 'your oauth secret',
};
see config/config.default.js for more detail.
Questions & Suggestions
Please open an issue here.