1.0.1 • Published 7 years ago

egg-passport-linkedin v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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.