Skip to content

Commit

Permalink
refactor(#282): add kakao, apple Ver2 URL in SecurityConfig
Browse files Browse the repository at this point in the history
refactor(#282): add kakao, apple Ver2 URL in SecurityConfig
  • Loading branch information
2hy2on authored Jan 18, 2025
2 parents 5c1e140 + b8eba05 commit b8a1a67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/umc/th/juinjang/config/SecurityConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ public WebSecurityCustomizer webSecurityCustomizer(){
return web -> web.ignoring()
.requestMatchers("/swagger-ui/**", "/swagger/**", "/swagger-resources/**", "/swagger-ui.html", "/test",
"/configuration/ui", "/v3/api-docs/**", "/h2-console/**", "/api/auth/regenerate-token",
"/api/auth/kakao/**", "/api/auth/apple/**", "/actuator/prometheus");
"/api/auth/kakao/**", "/api/auth/apple/**", "/actuator/prometheus",
"/api/auth/v2/apple/**", "/api/auth/v2/kakao/**");
}
else {
return web -> web.ignoring()
Expand Down

0 comments on commit b8a1a67

Please sign in to comment.