Skip to content

Commit

Permalink
chore:[#65]- add Oauth2 Lib
Browse files Browse the repository at this point in the history
카카오 로그인을 위한 Oauth2 라이브러리 추가
  • Loading branch information
yooonwodyd committed Nov 1, 2024
1 parent c812e98 commit 447a2d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 447a2d4

Please sign in to comment.