We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1b7129 + 60190b6 commit dc26e19Copy full SHA for dc26e19
1 file changed
src/main/java/com/pitchain/common/config/SecurityConfig.java
@@ -78,7 +78,6 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
78
auth.requestMatchers(SWAGGER_PATTERNS).permitAll();
79
auth.requestMatchers(STATIC_RESOURCES_PATTERNS).permitAll();
80
auth.requestMatchers(PUBLIC_ENDPOINTS).permitAll();
81
- auth.anyRequest().authenticated();
82
});
83
http.exceptionHandling(exception -> {
84
exception.authenticationEntryPoint(customAuthenticationEntryPoint());
0 commit comments