@forwardemail/passport-fido2-webauthn
Version:
WebAuthn authentication strategy for Passport.
25 lines (20 loc) • 400 B
JavaScript
// Module dependencies.
var Strategy = require('./strategy');
/*
* `{@link Strategy}` constructor.
*
* @type {function}
*/
exports = module.exports = Strategy;
/*
* `{@link Strategy}` constructor.
*
* @type {function}
*/
exports.Strategy = Strategy;
/*
* `{@link SessionChallengeStore}` constructor.
*
* @type {function}
*/
exports.SessionChallengeStore = require('./store/session');