Merge pull request '비밀번호 변경 security 설정 수정' (#117) from feat/infer_dev_260211 into develop

Reviewed-on: #117
This commit was merged in pull request #117.
This commit is contained in:
2026-02-27 14:00:11 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -20,8 +20,7 @@ public class JwtAuthenticationFilter extends OncePerRequestFilter {
private static final AntPathMatcher PATH_MATCHER = new AntPathMatcher();
private static final String[] EXCLUDE_PATHS = {
// "/api/auth/signin", "/api/auth/refresh", "/api/auth/logout", "/api/members/*/password"
"/api/auth/signin", "/api/auth/refresh", "/api/auth/logout"
"/api/auth/signin", "/api/auth/refresh", "/api/auth/logout", "/api/members/*/password"
};
private final JwtTokenProvider jwtTokenProvider;
private final UserDetailsService userDetailsService;

View File

@@ -102,6 +102,7 @@ public class SecurityConfig {
"/api/upload/file-chunk-upload",
"/api/upload/chunk-upload-complete",
"/api/change-detection/**",
"/api/members/*/password",
"/api/layer/map/**",
"/api/layer/tile-url",
"/api/layer/tile-url-year",