Skip to content

Commit 3099688

Browse files
committed
Create a new core AuthenticatorInterface
This is an iteration on the AuthenticatorInterface of the Guard, to allow more flexibility so it can be used as a real replaced of the authentication providers and listeners.
1 parent ce8e91c commit 3099688

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Firewall/GuardManagerListener.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
namespace Symfony\Component\Security\Http\Firewall;
1313

1414
use Psr\Log\LoggerInterface;
15-
use Symfony\Component\HttpFoundation\Request;
1615
use Symfony\Component\HttpKernel\Event\RequestEvent;
1716
use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface;
18-
use Symfony\Component\Security\Guard\AuthenticatorInterface;
17+
use Symfony\Component\Security\Core\Authentication\Authenticator\AuthenticatorInterface;
1918
use Symfony\Component\Security\Guard\Firewall\GuardAuthenticatorListenerTrait;
2019
use Symfony\Component\Security\Guard\GuardAuthenticatorHandler;
2120

0 commit comments

Comments
 (0)