0.1.4 • Published 4 years ago

@knx/egg-oauth-client v0.1.4

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

egg-egg-oauth-client

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

Install

$ npm i egg-egg-oauth-client --save

Usage

// {app_root}/config/plugin.js
exports.oauthClient = {
  enable: true,
  package: 'egg-egg-oauth-client',
};

Configuration

// {app_root}/config/config.default.js
exports.oauthClient = {
};

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago