Skip to content

9.3.0

Compare
Choose a tag to compare
@rochamarcelo rochamarcelo released this 21 Dec 11:18
· 5 commits to 9.next since this release
d6b45a1

Added support to webauthn as Two-Factor Authentication

'Webauthn2fa' => [
        'enabled' => false,
        'appName' => null,//App must set a valid name here
        'id' => null,//default value is the current domain
        'checker' => \CakeDC\Auth\Authentication\DefaultWebauthn2fAuthenticationChecker::class,
    ],

NOTE: Webauthn also works with U2F yubico key devices.