From 447a2d4f78cdf1115f5d15cd13b2c84d17677294 Mon Sep 17 00:00:00 2001 From: yooonwodyd Date: Fri, 1 Nov 2024 17:04:39 +0900 Subject: [PATCH] chore:[#65]- add Oauth2 Lib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 카카오 로그인을 위한 Oauth2 라이브러리 추가 --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 615d23c..a8dbafa 100644 --- a/build.gradle +++ b/build.gradle @@ -42,6 +42,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test' implementation 'org.springframework.boot:spring-boot-starter-security' + implementation 'org.springframework.security:spring-security-oauth2-client' // Lombok compileOnly 'org.projectlombok:lombok'