UNPKG

passport-2fa-totp

Version:

TOTP based Two-Factor Authentication for Passport and Node.js

8 lines (6 loc) 235 B
'use strict'; var Strategy = require('./strategy'), GoogeAuthenticator = require('./google-authenticator'); exports = module.exports = Strategy; exports.Strategy = Strategy; exports.GoogeAuthenticator = GoogeAuthenticator;