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::
2222 // src/AppBundle/Security/ApiKeyAuthenticator.php
2323 namespace AppBundle\Security;
2424
25+ use AppBundle\Security\ApiKeyUserProvider;
26+ use Symfony\Component\HttpFoundation\Request;
2527 use Symfony\Component\Security\Core\Authentication\SimplePreAuthenticatorInterface;
28+ use Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken;
2629 use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
2730 use Symfony\Component\Security\Core\Exception\AuthenticationException;
28- use Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken;
29- use Symfony\Component\HttpFoundation\Request;
3031 use Symfony\Component\Security\Core\User\UserProviderInterface;
3132 use Symfony\Component\Security\Core\Exception\BadCredentialsException;
3233
You can’t perform that action at this time.
0 commit comments