Concept Flow - Authentication flow
User submits login form
Spring Security intercepts request
AuthenticationManager checks credentials
Create [Reject login
Set Security Context
Allow access to protected resource
This flow shows how Spring Boot handles user login: user submits credentials, system checks them, then grants or denies access.