github CakeDC/users 9.3.0

latest releases: 14.2.1, 14.2.0, 14.1.1...
2 years ago

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.

Don't miss a new users release

NewReleases is sending notifications on new releases.