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
I use custom authentication which stands on tokens without users. Therefore, I don't use UserProvider. But configuration loader requires me to provide at least one user provider.
Please make user provider optional. When some component asks for user from user provider, it should crash, so I know there is something wrong.
The text was updated successfully, but these errors were encountered:
…no longer mandatory (javiereguiluz)
This PR was merged into the 4.1 branch.
Discussion
----------
Update the security reference because user providers are no longer mandatory
This fixes#9660.
Commits
-------
6be7971 Update the security reference because user providers are no longer mandatory
symfony/symfony#26787
It's useful in cases like symfony/symfony#21998:
The text was updated successfully, but these errors were encountered: