0.4.1 • Published 7 years ago

egg-passport-workweixin v0.4.1

Weekly downloads
2
License
Apache 2.0
Repository
github
Last release
7 years ago

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.

License

Apache 2.0