0.2.4 • Published 4 years ago

@knx-egg/paas-auth v0.2.4

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

egg-paas-auth

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

Install

$ npm i egg-paas-auth --save

Usage

// {app_root}/config/plugin.js
exports.paasAuth = {
  enable: true,
  package: 'egg-paas-auth',
};

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago