Releases: CakeDC/users
Releases · CakeDC/users
11.2.2
11.2.1
What's Changed
- Feature/microsoft login by @arodu in #1000
- add more events into login component (before login, after login failure) by @rochamarcelo in #1007
Full Changelog: 11.1.1...11.2.1
11.1.1
- Use url builder for login redirect
Full Changelog: 11.1.0...11.1.1
11.2.0
What's Changed
- Feature/microsoft login by @arodu in #1000
- add more events into login component (before login, after login failure) by @rochamarcelo in #1007
Full Changelog: 11.1.0...11.2.0
9.3.1
11.1.0
- German (de) by @LordSimal
- Fixed labels not using the right translation domain
11.0.0
9.3.0
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.
9.2.1
- Fixed the Entity is new on Change Password