4b6e9 No.1685
i found a cool setup using stateless json web tokens (jwt) for authentication in combination with spring security and redis sentinels. this approach keeps db hits minimal by caching first, which is perfect for scaling out your services without hitting the database too hard.
how do you handle jwt refreshes to avoid token expiration issues?
full read:
https://dzone.com/articles/jwt-auth-spring-boot-redis-sentinel