Skip to content

Commit

Permalink
MATE-98 : [FIX] Jwt 기반 시큐리티 설정 변경 (#89)
Browse files Browse the repository at this point in the history
- request uri 설정 변경
  • Loading branch information
hongjeZZ authored Dec 5, 2024
1 parent 55819e0 commit 48d024f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ private boolean isAuthExcludedPath(HttpServletRequest request) {

// 소셜 로그인/회원 가입 경로, mate 서비스 로그인/회원 가입 경로 인증 제외
return requestURI.startsWith("/api/auth") ||
// 프론트엔드 테스트를 위해 모든 요청 허용
requestURI.startsWith("/") ||
requestURI.startsWith("/api/members/join") ||
requestURI.startsWith("/swagger-ui") ||
requestURI.startsWith("/api/members/login");
Expand Down

0 comments on commit 48d024f

Please sign in to comment.