1.0.0 • Published 4 years ago
egg-passport-2fa-totp v1.0.0
egg-passport-2fa-totp
Install
$ npm i egg-passport-2fa-totp --saveUsage
// {app_root}/config/plugin.js
exports.passport2faTotp = {
  enable: true,
  package: 'egg-passport-2fa-totp',
};Configuration
// {app_root}/config/config.default.js
exports.passport2faTotp = {
};see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.
License
1.0.0
4 years ago