File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/symfony/src/Resources/config Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 6161
6262 $ service ->set (CurrentUserEntityGuesser::class);
6363 $ service ->set (RequestBodyUserEntityGuesser::class);
64- $ service ->set (WebauthnBadgeListener::class);
64+ $ service ->set (WebauthnBadgeListener::class)
65+ ->arg ('$userProvider ' , service ('security.user_providers ' ))
66+ ;
6567};
Original file line number Diff line number Diff line change @@ -167,8 +167,10 @@ security:
167167 providers :
168168 default :
169169 id : ' Webauthn\Tests\Bundle\Functional\UserProvider'
170+ users_in_memory : { memory: null }
170171 firewalls :
171172 main :
173+ provider : default
172174 custom_authenticator : ' Webauthn\Tests\Bundle\Functional\WebauthnAuthenticator'
173175 webauthn :
174176 failure_handler : ' Webauthn\Tests\Bundle\Functional\FailureHandler'
You can’t perform that action at this time.
0 commit comments