egg-passport-auth0

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i egg-passport-auth0

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • zitao