egg-passport-github
github passport plugin for egg
Install
$ npm i egg-passport-github --save
Usage
// config/plugin.jsexportspassportGithub = enable: true package: 'egg-passport-github';
Configuration
// config/config.default.jsexportspassportGithub = key: 'your oauth key' secret: 'your oauth secret';
see config/config.default.js for more detail.
Questions & Suggestions
Please open an issue here.