egg-passport-auth0
auth0 passport plugin for egg
Install
$ npm i @dyhpoon/egg-passport-auth0 --save
Requirements
node: ">=8.0.0"
Usage
// config/plugin.jsexportspassportAuth0 = enable: true package: 'egg-passport-auth0';
Configuration
// config/config.default.jsexportspassportAuth0 = domain: 'your auth0 domain' clientID: 'your auth0 clientId' clientSecret: 'your auth0 clientSecret';
see config/config.default.js for more detail.