November 2017
Intermediate to advanced
542 pages
14h 24m
English
Instead of validating a signature present in the cookie, the persistent-based remember-me service validates if the token exists in a database. Each persistent remember-me cookie consists of the following:
Take a look at the following diagram:

When the remember-me cookie is submitted, Spring Security will use an o.s.s.web.authentication.rememberme.PersistentTokenRepository ...
Read now
Unlock full access