Skip to content

Commit

Permalink
Merge pull request #218 from TEAM-SAMSION/PET-312
Browse files Browse the repository at this point in the history
PET-312 refactor : SecurityConfig 수정
  • Loading branch information
isprogrammingfun authored Jun 7, 2024
2 parents 0b23349 + d2d7a39 commit 1765864
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 1765864

Please sign in to comment.