Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.75 KB

README.md

File metadata and controls

59 lines (45 loc) · 1.75 KB

egg-passport-github

NPM version build status Test coverage David deps Known Vulnerabilities npm download

feishu passport plugin for egg

Install

$ npm i egg-passport-feishu --save

Usage

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

Configuration

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