This commit is contained in:
2026-03-08 00:21:19 +01:00
parent 67d6706465
commit 507f92d983
2 changed files with 35 additions and 8 deletions

View File

@@ -36,14 +36,6 @@ public class SecurityConfig {
private final JwtRequestFilter jwtRequestFilter;
private final AccessRestrictionHandler accessRestrictionHandler;
// private static final String GET = "GET";
// private static final String POST = "POST";
// private static final AntPathRequestMatcher[] NOT_SECURED_URLS = new AntPathRequestMatcher[] {
// new AntPathRequestMatcher("/auth/login", POST),
// new AntPathRequestMatcher("/auth/register", POST),
// };
@Bean
public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception {
http