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: config/src/main/java/org/springframework/security/config/annotation/web/configurers/RememberMeConfigurer.java
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -153,8 +153,10 @@ public RememberMeConfigurer<H> useSecureCookie(boolean useSecureCookie) {
153
153
* when a remember me token is valid. The default is to use the
154
154
* {@link UserDetailsService} found by invoking
155
155
* {@link HttpSecurity#getSharedObject(Class)} which is set when using
0 commit comments