egg-passport-linkedin

1.0.1 • Public • Published

egg-passport-linkedin

linkedin passport plugin for egg

Install

$ npm i egg-passport-linkedin --save

Usage

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

Configuration

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

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

Package Sidebar

Install

npm i egg-passport-linkedin

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • renruyi