Tag

Auto Login

0 views collected around this technical thread.

Lobster Programming
Lobster Programming
Jan 23, 2025 · Backend Development

How to Implement Secure Auto‑Login with Cookie + Token in Java Spring

This guide explains how to create a seamless auto‑login feature by persisting a token in a cookie after the first successful login, storing the token in Redis, and validating it on subsequent visits, complete with Java Spring code examples.

Auto LoginJavaRedis
0 likes · 5 min read
How to Implement Secure Auto‑Login with Cookie + Token in Java Spring
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