Skip to content

Commit

Permalink
refactor(#282): ver2 apple signup & login in prod
Browse files Browse the repository at this point in the history
refactor(#282): ver2 apple signup & login in prod
  • Loading branch information
2hy2on authored Jan 20, 2025
2 parents b8a1a67 + 956f8dc commit 6a2ae0a
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 @@ -50,7 +50,8 @@ public WebSecurityCustomizer webSecurityCustomizer(){
else {
return web -> web.ignoring()
.requestMatchers("/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/**");
}

}
Expand Down

0 comments on commit 6a2ae0a

Please sign in to comment.