Skip to content

Commit

Permalink
Fix: jwtFilter 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
nohy6630 committed May 5, 2024
1 parent 5e71c6a commit f26c6cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ public CorsConfiguration getCorsConfiguration(HttpServletRequest request) {
.httpBasic((auth) -> auth.disable());

//JWTFilter 추가
http
.addFilterAfter(new JWTFilter(jwtUtil), OAuth2LoginAuthenticationFilter.class);
//http
// .addFilterAfter(new JWTFilter(jwtUtil), OAuth2LoginAuthenticationFilter.class);

//oauth2
http
Expand Down

0 comments on commit f26c6cf

Please sign in to comment.