Skip to content

Releases: sandstorm/NeosTwoFactorAuthentication

1.4.0

26 Sep 17:39
3e3d492
Compare
Choose a tag to compare

What's Changed

  • TASK: Allow administrators to remove last second factor of users by @JamesAlias in #35
  • FEATURE: Show OTP secret code at setup after login and in backend module by @JamesAlias in #33
  • FEATURE: Add creationDate to SecondFactor and ordering to second factor list in backend by @JamesAlias in #34

Full Changelog: 1.3.0...1.4.0

1.3.0

27 Mar 12:27
59b3149
Compare
Choose a tag to compare

What's Changed

  • Add options to enforce 2FA for user roles and/or authentication providers by @vcg-development in #28

New Contributors

Full Changelog: 1.2.3...1.3.0

1.2.3

07 Feb 16:18
4d899a9
Compare
Choose a tag to compare

What's Changed

  • Cleanup look, finish translations, add German translation by @lorenzulrich in #27

New Contributors

Full Changelog: 1.2.2...1.2.3

1.2.2

21 Nov 12:08
de151b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.1...1.2.2

1.2.1 BUGFIX: Correctly cascade deletion of second factor when deleting user

17 Nov 15:47
519bc45
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: Correctly cascade deletion of second factor when deleting user by @JamesAlias in #24

Full Changelog: 1.2.0...1.2.1

1.2.0 Feature: allow setting the Issuer name for OTP

17 Nov 15:42
152f5c4
Compare
Choose a tag to compare

What's Changed

  • Feature: allow setting the Issuer name for OTP by @hphoeksma in #21

Full Changelog: 1.1.2...1.2.0

1.1.2 Patch for invalid 2FA form action

26 Jun 10:55
df95d71
Compare
Choose a tag to compare

What's Changed

  • fix: Use correct action to submit second factor by @flammel in #19

New Contributors

Full Changelog: 1.1.1...1.1.2

1.1.1 Patch for PHP 7.x

22 May 09:20
9814461
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0 Feature: add setting to enforce 2FA

11 May 10:26
c667c1e
Compare
Choose a tag to compare

What's Changed

We refactored the second factor authentication process under the hood to use a middleware instead of authentication token/provider, but introduced no breaking changes.

To enable the new feature add the following in your settings:

Sandstorm:
    NeosTwoFactorAuthentication:
        # enforce 2FA for all users
        enforceTwoFactorAuthentication: true

Full Changelog: 1.0.5...1.1.0

1.0.5: Merge pull request #11 from bwaidelich/patch-1

01 Sep 17:51
02da4ab
Compare
Choose a tag to compare
Allow doctrine migrations to be run on MySQL