Spring Security Remember Me Example

Date: 2019-03-12
This tutorial demonstrates implementing Spring Security's "Remember Me" feature using the persistent token approach. It guides you through creating a Spring Boot application with Maven, configuring database interaction (MySQL), and setting up security using Thymeleaf templates. The application includes a login form with a "remember me" checkbox. Checking this box creates a persistent token, enabling automatic login in subsequent sessions. The tutorial details the Java code, project structure, and database schema.
Read more: https://examples.javacodegeeks.com/enterprise-java/spring/security-spring/spring-security-remember-me-example/
Subscribe to my newsletter
Read articles from Yatin B. directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
