Concept Flow - JWT validation filter
Incoming HTTP Request
JWT Validation Filter
JWT Valid?
Set User Auth
Continue Filter Chain
Controller
The filter intercepts each HTTP request, checks the JWT token, and either sets user authentication or rejects the request before passing control.