You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trigger_deprecation('symfony/security-http', '5.4', 'Not passing an instance of "%s" as "$passport" argument of "%s()" is deprecated, "%s" given.', Passport::class, __METHOD__, get_debug_type($passport));
@@ -53,6 +54,7 @@ public function __construct(AuthenticatorInterface $authenticator, PassportInter
53
54
$this->authenticator = $authenticator;
54
55
$this->passport = $passport;
55
56
$this->authenticatedToken = $authenticatedToken;
57
+
$this->previousToken = $previousToken;
56
58
$this->request = $request;
57
59
$this->response = $response;
58
60
$this->firewallName = $firewallName;
@@ -83,6 +85,11 @@ public function getAuthenticatedToken(): TokenInterface
0 commit comments