remember me also

Greg Huber <[email protected]> Sat, 12 Apr 2025 11:34:24 +0100
Newsgroups gmane.comp.java.roller.devel
Message-ID <[email protected]>
--------------pfcOBy6KAjPpSV8ryMpWLDsZ
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit

Think roller still uses Simple Hash-Based Token Approach?  Instead there 
is Persistent Token Approach which uses a persistent_logins table to 
manage the tokens.  So changing the password, also invalidates other 
remember me logins.

I have experimented with the Persistent Token Approach, but there are 
alot of extra pesky logins required for some reason or other.

https://docs.spring.io/spring-security/reference/servlet/authentication/rememberme.html

There is a warning on the config also:

# Some folks consider remember-me type functionality to be a security risk

--------------pfcOBy6KAjPpSV8ryMpWLDsZ--