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
+9-2
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,9 @@ public RememberMeConfigurer<H> tokenRepository(
167
167
/**
168
168
* Sets the key to identify tokens created for remember me authentication. Default is
169
169
* a secure randomly generated key.
170
+
* If {@link #rememberMeServices(RememberMeServices)} is specified and is of type
171
+
* {@link AbstractRememberMeServices}, then the default is the key set in
172
+
* {@link AbstractRememberMeServices}.
170
173
*
171
174
* @param key the key to identify tokens created for remember me authentication
172
175
* @return the {@link RememberMeConfigurer} for further customization
Copy file name to clipboardExpand all lines: config/src/test/java/org/springframework/security/config/annotation/web/configurers/RememberMeConfigurerTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -456,7 +456,7 @@ public void configureGlobal(AuthenticationManagerBuilder auth) throws Exception
0 commit comments