Skip to content

Commit

Permalink
build: oauth2 키 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
stopmin committed Nov 14, 2024
1 parent 7f525eb commit ab9134f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@ spring:
host: ${REDIS_HOST}

security:
redirect_url: http://localhost:3000
oauth2:
client:
registration:
kakao:
client-id: ${KAKAO_CLIENT_ID}
client-secret: ${KAKAO_CLIENT_SECRET}
scope: account_email
# - profile_nickname
# - account_email
scope: account_email, profile_nickname
client-name: Kakao
authorization-grant-type: authorization_code
client-authentication-method: client_secret_post
Expand Down

0 comments on commit ab9134f

Please sign in to comment.