We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064c740 commit ea5531bCopy full SHA for ea5531b
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