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
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
The text was updated successfully, but these errors were encountered:
Description
Just like the link_login or form_login, I would appreciate to be able to override the rememberme
onAuthenticationFailure
andonAuthenticationSuccess
.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
The text was updated successfully, but these errors were encountered: