Skip to content

v2.4.4: Refactors OTP authentication process.

Choose a tag to compare

@thorewi thorewi released this 08 Feb 15:52
· 26 commits to main since this release
Refactors the OTP authentication by:
- Converts traits to concrete classes.
- Removes unnecessary interfaces and query objects.
- Simplifies the onetime token creation and validation.
- Uses DoctrineAuthenticator as base class
- Improves code structure and maintainability.