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 bede4c3 commit f39686aCopy full SHA for f39686a
cookbook/security/api_key_authentication.rst
@@ -145,7 +145,7 @@ The ``$userProvider`` might look something like this::
145
use Symfony\Component\Security\Core\User\UserInterface;
146
use Symfony\Component\Security\Core\Exception\UnsupportedUserException;
147
148
- class ApiKeyUserProvider extends UserProviderInterface
+ class ApiKeyUserProvider implements UserProviderInterface
149
{
150
public function getUsernameForApiKey($apiKey)
151
0 commit comments