Stateless JWT Auth Microservice Architecture With Spring Boot 3 and Redis Sentinel (opens in new tab)
In this article, I will discuss a highly available solution developed using Spring Boot 3 and Spring Security 6 to address the "centralized authentication method" problem frequently seen in modern microservice ecosystems. We are not simply moving to an "authorization service"; we are examining the cache-first pattern, which minimizes DB usage, and the enhancement, which guarantees system persistence.
Read the original article