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
Copy file name to clipboardExpand all lines: security/remember_me.rst
+18-19
Original file line number
Diff line number
Diff line change
@@ -169,26 +169,25 @@ the cookie remains valid.
169
169
170
170
Add the RememberMeBadge() to the Passport
171
171
-----------------------------------------
172
-
After uncommenting the login template and add some lines in the firewall configuration, the last thing to do is to add a new RememberMeBadge to the Password in the Authenticator.
173
172
174
-
// src/Security/Authenticator.php
175
-
// ...
176
-
177
-
public function authenticate(Request $request): PassportInterface
0 commit comments