egg-passport-bitbucket

1.0.0 • Public • Published

egg-passport-bitbucket

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

bitbucket passport plugin for egg.

Install

$ npm i egg-passport-bitbucket --save

Usage

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

Configuration

// config/config.default.js
exports.passportBitbucket = {
  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 egg-passport-bitbucket

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • fengmk2