UNPKG

passport-fido2-webauthn

Version:

WebAuthn authentication strategy for Passport.

18 lines (13 loc) 284 B
/** * Module dependencies. */ var Strategy = require('./strategy'); /** * Expose `Strategy` directly from package. */ exports = module.exports = Strategy; /** * Export constructors. */ exports.Strategy = Strategy; exports.SessionChallengeStore = require('./store/session');