로그아웃 수정, 패스워드 변경 수정

This commit is contained in:
2025-12-15 18:18:37 +09:00
parent 39ef86b218
commit a1d812a9d1
4 changed files with 14 additions and 6 deletions

View File

@@ -69,6 +69,7 @@ public class SecurityConfig {
.requestMatchers(
"/api/auth/signin",
"/api/auth/refresh",
"/api/auth/logout",
"/swagger-ui/**",
"/api/members/*/password",
"/v3/api-docs/**")