Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Description
It's useful in cases likesymfony/symfony#21998:
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.