egg-otp-token

1.0.2 • Public • Published

egg-otp-token

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

Install

$ npm i egg-otp-token --save

Usage

// {app_root}/config/plugin.js
exports.otpToken = {
  enable: true,
  package: 'egg-otp-token',
};

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

Package Sidebar

Install

npm i egg-otp-token

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

7.1 kB

Total Files

6

Last publish

Collaborators

  • alex-zhang