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 37e6d4b commit 4e6256bCopy full SHA for 4e6256b
cookbook/security/api_key_authentication.rst
@@ -31,7 +31,6 @@ value and then a User object is created::
31
use Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken;
32
use Symfony\Component\HttpFoundation\Request;
33
use Symfony\Component\Security\Core\User\UserProviderInterface;
34
- use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
35
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
36
37
class ApiKeyAuthenticator implements SimplePreAuthenticatorInterface
0 commit comments