3.3.0 • Published 6 years ago

egg-passport-steam v3.3.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

egg-egg-passport-steam

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

Install

$ npm i egg-passport-steam --save

Usage

// {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.

License

MIT

3.3.0

6 years ago

3.2.0

6 years ago

3.1.0

6 years ago

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago