Skip to content

Commit f181e03

Browse files
committed
feat: 시큐리티에 카카오 로그인 url 추가
1 parent 43c6e26 commit f181e03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/oronaminc/join/member/security/SecurityConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
2727
.authorizeHttpRequests(auth -> auth
2828
.requestMatchers(
2929
"/api/auth/guest",
30+
"/api/auth/kakao",
3031
"/login"
3132
)
3233
.anonymous()

0 commit comments

Comments
 (0)