Skip to content

1.1.0 Feature: add setting to enforce 2FA

Compare
Choose a tag to compare
@JamesAlias JamesAlias released this 11 May 10:26
· 36 commits to main since this release
c667c1e

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