dagged
Results
2
comments of
dagged
My fix is to create a CustomRememberMeService which extends PersistentTokenBasedRememberMeServices and overrides the processAutoLoginCookie method. I modify the original method to allow a series to have any token if the...
I also modify `JdbcTokenRepositoryImpl` to take the oldTokenValue as a parameter in the update. This makes sure only one thread updates the token and sets the new cookie. ``` try...