egg-passport-workweixin
v0.4.1
Published
work weixin passport plugin for egg
Downloads
1
Maintainers
Readme
egg-passport-workweixin
work weixin passport plugin for egg
Install
$ npm i egg-passport-workweixin --save
Usage
// config/plugin.js
exports.passportWorkWeiXin = {
enable: true,
package: 'egg-passport-workweixin',
};
Configuration
// config/config.default.js
exports.passportWorkWeiXin = {
key: 'your oauth key',
secret: 'your oauth secret',
agentId: 0,
callbackURL: '/passport/workweixin/callback',
skipUserProfile: true
};
see config/config.default.js for more detail.
Questions & Suggestions
Please open an issue here.