Spring security
Note: Whenever the request comes it goes through SecurityFilterChain in spring security
SecurityFilterChain
The SecurityFilterChain is a sequence of filters that are applied to incoming HTTP requests in a Spring Security configuration.
These filte...
backend-geek.hashnode.dev13 min read