ml-egg-passport-weixin

0.0.1 • Public • Published

egg-passport-weixin

weixin passport plugin for egg

Usage

// config/plugin.js
exports.passportWeixin = {
  enable: true,
  package: 'egg-passport-weixin',
};

Configuration

// config/config.default.js
exports.passportWeixin = {
  key: 'your oauth key',
  secret: 'your oauth secret',
};

see config/config.default.js for more detail.

Questions & Suggestions

Please open an issue here.

License

MIT

Package Sidebar

Install

npm i ml-egg-passport-weixin

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • melonrubyhaha