egg-passport-steam
v3.3.0
Published
[![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test coverage][codecov-image]][codecov-url] [![David deps][david-image]][david-url] [![Known Vulnerabilities][snyk-image]][snyk-url] [![npm download][download-image]][down
Readme
egg-egg-passport-steam
Install
$ npm i egg-passport-steam --saveUsage
// {app_root}/config/plugin.js
exports.passportSteam = {
enable: true,
package: 'egg-egg-passport-steam',
};Configuration
// {app_root}/config/config.default.js
exports.passportSteam = {
apiKey: '',
realm: 'http://localhost:7001/',
returnURL: 'http://localhost:7001/passport/steam/callback',
};see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.
