9.3.0
版本发布时间: 2021-12-21 19:18:58
CakeDC/users最新发布版本:14.3(2024-09-06 02:33:26)
Added support to webauthn as Two-Factor Authentication
- Integration using webauthn-framework https://github.com/web-auth/webauthn-framework
- New config keys
'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.