Skip to content

Commit

Permalink
Chore: 시큐리티 인증제외 목록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tioon committed May 12, 2024
1 parent ba562a2 commit ebb7e47
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ public final class SecurityConstants {

public static final String[] NO_AUTH_LIST = {
// oAuth2 인증 제외
"/api/oauth/kakao", "/favicon.ico", "/oauth/kakao/callback",
"/api/oauth/login", "/api/oauth/isExisting", "/api/oauth/nickname/isExisting",
"/api/auth/kakao", "/favicon.ico", "/oauth/kakao/callback",
"/api/auth/login", "/api/auth/isExisting", "/api/auth/nickname/isExisting",
"/api/member/profile-image/{memberId}", "/api/member/nickname/{nickname}",
// Swagger 제외 과정
"/v3/**", "/swagger-ui/**",
Expand Down

0 comments on commit ebb7e47

Please sign in to comment.