We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb22fa0 commit 064c740Copy full SHA for 064c740
cookbook/security/api_key_authentication.rst
@@ -59,7 +59,7 @@ value and then a User object is created::
59
public function authenticateToken(TokenInterface $token, UserProviderInterface $userProvider, $providerKey)
60
{
61
$apiKey = $token->getCredentials();
62
- $username = $this->userProvider->getUsernameForApiKey($apiKey)
+ $username = $this->userProvider->getUsernameForApiKey($apiKey);
63
64
if (!$username) {
65
throw new AuthenticationException(
0 commit comments