Tag

Token Persistence

0 views collected around this technical thread.

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