In this lesson, we will implement the spring security remember me using token. The secure token will be stored in the database and hash value will be sent back as remember me cookie.This is the recommended and more secure approach for auto login as the validation is based on the token and few other details stored in the database and not purely based on the cookie. Learn how to do the auto login using the remember me cookies for your #springboot or #springmvc application using #springsecurity. Spring Login – https://www.javadevjournal.com/spring-security/spring-security-login/ Registration – https://www.javadevjournal.com/spring-security/registration-with-spring-security/ Password Encoding – https://www.javadevjournal.com/spring/password-encoding-in-spring-security/ #springsecurity #springsecuritytutorial #springsecurityrememberme #rememberme #springmvc #springboot #security #mvc #login #autologin