Tag

Remember Me

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Aug 6, 2021 · Information Security

How to Implement Remember-Me and Prevent Duplicate Logins in Spring Boot Security

Learn how to configure Spring Boot Security's remember‑me feature with a persistent token repository, set up the necessary SQL, customize the login page, and understand the underlying authentication flow to prevent duplicate logins and maintain user sessions across browser restarts.

JavaRemember MeSpring Boot
0 likes · 5 min read
How to Implement Remember-Me and Prevent Duplicate Logins in Spring Boot Security
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Apr 8, 2021 · Backend Development

Implement Spring Boot Remember-Me: Token Persistence and Auto-Login Guide

This article explains how to configure Spring Boot 2.2.11's remember‑me feature using a persistent token repository, customize HttpSecurity, create the required database schema, and understand the underlying authentication flow through detailed code snippets and step‑by‑step analysis.

Auto LoginRemember MeSpring Boot
0 likes · 5 min read
Implement Spring Boot Remember-Me: Token Persistence and Auto-Login Guide