UNPKG

passport-webauthn

Version:

A WebAuthn authentication strategy for Passport.

15 lines (12 loc) 263 B
/** * Module dependencies. */ var WebAuthnStrategy = require('./webauthn-strategy'); /** * Expose `WebAuthnStrategy` directly from package. */ exports = module.exports = WebAuthnStrategy; /** * Export constructors. */ exports.Strategy = WebAuthnStrategy;