sandstorm / NeosTwoFactorAuthentication

Extend the Neos Backend Login with 2FA
MIT License
12 stars 8 forks source link

2FA Token should be refreshed after its enabled #6

Closed Sebobo closed 1 year ago

Sebobo commented 2 years ago

When a user enabled 2FA, their credentials should immediately be updated or they should logged out and forced to re-login to make sure the token is 2FA enabled.

This is necessary to either force users to enable it or give them a notice in some way to enable it.

Currently the token is not updated and the new status cannot be properly detected.