Skip to content

Commit

Permalink
PET-312 refactor : SecurityConfig 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
isprogrammingfun committed Jun 7, 2024
1 parent 94cfe09 commit d2d7a39
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
public class SecurityConfig {
@Bean
public SecurityFilterChain chain(HttpSecurity http) throws Exception {
http.cors(AbstractHttpConfigurer::disable);
http.addFilterBefore(SecurityHandler.getJWTAuthenticationFilter(), UsernamePasswordAuthenticationFilter.class);
http.addFilterBefore(SecurityHandler.getJWTEntryPoint(), JWTAuthenticationFilter.class);

Expand Down

0 comments on commit d2d7a39

Please sign in to comment.