Skip to content

liyunde/egg-passport-workweixin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published