comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user