1
0
mirror of synced 2026-08-04 09:17:02 +00:00

SEC-2826: Add remember-me-cookie attribute in xml namespace

This commit is contained in:
Kazuki Shimizu
2015-01-31 23:18:47 +09:00
committed by Rob Winch
parent d2fd852711
commit 67cd8465c3
5 changed files with 51 additions and 4 deletions
+5
View File
@@ -7594,6 +7594,11 @@ A reference to a `DataSource` bean. If this is set, `PersistentTokenBasedRemembe
The name of the request parameter which toggles remember-me authentication. Defaults to "_spring_security_remember_me". Maps to the "parameter" property of `AbstractRememberMeServices`.
[[nsa-remember-me-remember-me-cookie]]
* **remember-me-cookie**
The name of cookie which store the token for remember-me authentication. Defaults to "SPRING_SECURITY_REMEMBER_ME_COOKIE". Maps to the "cookieName" property of `AbstractRememberMeServices`.
[[nsa-remember-me-key]]
* **key**
Maps to the "key" property of `AbstractRememberMeServices`. Should be set to a unique value to ensure that remember-me cookies are only valid within the one application footnote:[