Closed as not planned
Description
Description
Just like the link_login or form_login, I would appreciate to be able to override the rememberme onAuthenticationFailure
and onAuthenticationSuccess
.
Because RememberMeAuthenticator
is final class, it would give some flexibility to extending it (e.g. refreshing last login time on User entity when rememberme cookie is used)
Example
No response