Releases: ufirstgroup/spryker-second-factor-auth
Releases · ufirstgroup/spryker-second-factor-auth
2.1.0
2.0.3
fix trust device FIELD_TRUST_DEVICE checkbox optional
minor translation & visual fixes:
-Use zed gui layout when 2FA is enforced and user has to setup (instead of layout-plain).
-Add css class to login
2.0.2
Bugfix release: (missing default parameter for SecondFactorAuthConstants::SECOND_FACTOR_AUTH_IGNORABLE_USERS at \SprykerUFirst\Zed\SecondFactorAuth\SecondFactorAuthConfig::getIgnorableUsers() )
2.0.1
- added an option to have ignorable users by username in the config file (instead of checking against system users). This was done in prior versions by checking if the user was authenticated via token (removed in the 2.0 version).
- added LICENSE information (MIT)
- changed deprecated codeception paths.log setting to paths.output and fixed tests
2.0.0
Drop abandoned "spryker/auth"
Drop usage of "sonata-project/google-authenticator" in favor of "pragmarx/google2fa"
Refactor to account for Spryker updates.
UI Improvements regarding QR Code
What's Changed
- Updates after spryker/auth was dropped by @paulohenriquesg in #2
New Contributors
- @paulohenriquesg made their first contribution in #2
Full Changelog: 1.2.1...v2.0.0
1.2.1
1.2.0
1.1.0 - Display 2FA Status in User Table
This release adds 2 expander plugins to be added to the UserDependencyProvider
in order to display the 2FA status in the admin UI.