You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor setup of Doctrine type for encrypted text columns
The setup was currently broken due to EasyAdmin's AdminRouterSubscriber::onKernelRequestPrettyUrls event listener having a higher priority than this listener. In addition, the existing EncryptionListener was only called when initialized through an HTTP request from the Symfony kernel. This change should enable the encryption everywhere.
0 commit comments