Skip to content

v2.3.3: Refactors DoctrineAuthenticator for better isolation

Choose a tag to compare

@thorewi thorewi released this 09 Nov 14:44
· 31 commits to main since this release
This commit refactors the DoctrineAuthenticator to use an internal EntityManager for handling storage entity operations.
It enhances isolation and prevents potential conflicts with the application's main EntityManager.
This change removes direct dependency on Connection and Configuration.