Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 604 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 604 Bytes

egg-passport-google20

google passport 2.0 plugin for egg

Install

$ npm install @io84team/[email protected]

Usage

// config/plugin.js
exports.passportGoogle20 = {
    enable: true,
    package: "@io84team/egg-passport-google20"
}

Configuration

// config/config.default.js
exports.passportGoogle20 = {
    //proxy: true,
}

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

Questions & Suggestions

Please open an issue here.

License

MIT