File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,12 @@ value and then a User object is created::
22
22
// src/AppBundle/Security/ApiKeyAuthenticator.php
23
23
namespace AppBundle\Security;
24
24
25
+ use AppBundle\Security\ApiKeyUserProvider;
26
+ use Symfony\Component\HttpFoundation\Request;
25
27
use Symfony\Component\Security\Core\Authentication\SimplePreAuthenticatorInterface;
28
+ use Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken;
26
29
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
27
30
use Symfony\Component\Security\Core\Exception\AuthenticationException;
28
- use Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken;
29
- use Symfony\Component\HttpFoundation\Request;
30
31
use Symfony\Component\Security\Core\User\UserProviderInterface;
31
32
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
32
33
You can’t perform that action at this time.
0 commit comments