Class SimpleID\Auth\WebAuthnAuthSchemeModule

extends AuthSchemeModule

An authentication scheme module that uses Passkeys and security keys with WebAuthn.

Passkeys are used to identify users (under AuthManager::MODE_IDENTIFY_USERS

).

Security keys may be used as a second factor for login verification (under AuthManager::MODE_VERIFY ). This module restricts security keys to cross-platform attachments only.

Methods
Methods inherited from SimpleID\Auth\AuthSchemeModule
isBlockActive()
Methods inherited from SimpleID\Module
beforeroute(), isHttps(), checkHttps(), getCanonicalURL(), getCanonicalHost(), getOrigin(), fatalError(), secureCompare()
Constants
Properties
Properties inherited from SimpleID\Auth\AuthSchemeModule
$auth, $mgr
Properties inherited from SimpleID\Module
$f3, $logger