We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e709037 commit dd45dc1Copy full SHA for dd45dc1
src/symfony/src/Resources/config/services.php
@@ -5,6 +5,7 @@
5
use Psr\Log\NullLogger;
6
use Symfony\Component\Clock\NativeClock;
7
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
8
+use Symfony\Component\Security\Core\User\UserProviderInterface;
9
use Symfony\Contracts\HttpClient\HttpClientInterface;
10
use Webauthn\AttestationStatement\AttestationObjectLoader;
11
use Webauthn\AttestationStatement\AttestationStatementSupportManager;
@@ -218,4 +219,5 @@
218
219
$service->set(WebauthnSerializerFactory::class);
220
$service->set(DefaultFailureHandler::class);
221
$service->set(DefaultSuccessHandler::class);
222
+ $service->set(UserProviderInterface::class);
223
};
0 commit comments