SEC-2826: Add remember-me-cookie attribute in xml namespace
This commit is contained in:
committed by
Rob Winch
parent
d2fd852711
commit
67cd8465c3
@@ -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:[
|
||||
|
||||
Reference in New Issue
Block a user