1.0.0 • Published 7 years ago

egg-passport-auth0 v1.0.0

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

egg-passport-auth0

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

auth0 passport plugin for egg

Install

$ npm i egg-passport-auth0 --save

Usage

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

Configuration

// config/config.default.js
exports.passportAuth0 = {
  domain: '',
  clientID: '',
  clientSecret: '',
  callbackURL: '',
};

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

Questions & Suggestions

Please open an issue here.

License

MIT