UNPKG

passport-hotp

Version:

HOTP authentication strategy for Passport.

16 lines (12 loc) 200 B
/** * Module dependencies. */ var Strategy = require('./strategy'); /** * Module version. */ require('pkginfo')(module, 'version'); /** * Expose constructors. */ exports.Strategy = Strategy;