ml-egg-passport-weibo

0.0.1 • Public • Published

egg-passport-weibo

weibo passport plugin for egg

Usage

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

Configuration

// config/config.default.js
exports.passportWeibo = {
  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-weibo

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • melonrubyhaha