Skip to content

Commit

Permalink
Merge pull request #188 from a-romantic-cat/feat/184
Browse files Browse the repository at this point in the history
🐛 oauth2 redirect-uri 변경
  • Loading branch information
yerimm99 authored Feb 19, 2024
2 parents 724f704 + 90eae33 commit c53d7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ spring:
google:
client-id: ${GOOGLE_ID}
client-secret: ${GOOGLE_SECRET}
redirect-uri: "http://localhost:3000/login/oauth2/code/google"
redirect-uri: "https://dev.nangmancat.shop/login/oauth2/code/google"
authorization-grant-type: authorization_code
scope: email
kakao:
client-id: ${KAKAO_ID}
redirect-uri: "http://localhost:3000/login/oauth2/code/kakao"
redirect-uri: "https://dev.nangmancat.shop/login/oauth2/code/kakao"
client-authentication-method: POST
authorization-grant-type: authorization_code
scope: profile_nickname, account_email
Expand Down

0 comments on commit c53d7a2

Please sign in to comment.