Christopher Smith (Migrated from SEC-2939) said:
Increasing numbers of applications aren't using SQL datastores at all (my application is using MongoDB for long-term persistence), and the standard JdbcTokenRepositoryImpl would require provisioning a database just for remember-me.
Since Spring Session is largely using Redis as a persistent backing store, it would be very useful to be able to store remember-me tokens in Redis as well.
Christopher Smith (Migrated from SEC-2939) said:
Increasing numbers of applications aren't using SQL datastores at all (my application is using MongoDB for long-term persistence), and the standard
JdbcTokenRepositoryImplwould require provisioning a database just for remember-me.Since Spring Session is largely using Redis as a persistent backing store, it would be very useful to be able to store remember-me tokens in Redis as well.