Symfony 4.3 upgrade note lacks upgrade path for AbstractAuthenticationListener #32339
Labels
Deprecation
DX
DX = Developer eXperience (anything that improves the experience of using Symfony)
Security
In addition to #32120
Symfony 4.3 throws the following deprecation notice:
However, the upgrade document doesn't list the AbstractAuthenticationListener. What would be the best approach to get rid of this deprecation notice? Do we really need to copy all functionality from AbstractAuthenticationListener into our custom OAuthListener?
The text was updated successfully, but these errors were encountered: