The state of auth in modern web
A pragmatic look at modern authentication β why you should not roll your own, what the JavaScript ecosystem got right, and where Spring Boot fits in.
Spring Security architecture explained
How Spring Security works under the hood β filter chains, authentication, authorization, and SecurityContext β explained with diagrams instead of ceremony.
JWT authentication
Implement stateless JWT authentication with Spring Security so your API can distinguish between anonymous readers and authenticated staff members.