Redis – Spring Security 6 – Use JWT Tokens instead of JSESSIONID after OAuth2 Login
I've seen a couple of posts talking about something similar, though not exactly like what I'm trying to do. Namely I came across https://www.jessym.com/articles/stateless-oauth2-social-logins-with-spring-boot which is quite a complicated guide to still fit within Spring Security, and have what the…