Skip to content

Commit

Permalink
Merge pull request #445 from Kernel360/fix/#444-oauth2-redirect-uri-fix
Browse files Browse the repository at this point in the history
[fix] github oauth2 redirect-uri 수정
  • Loading branch information
mooncw authored Mar 21, 2024
2 parents 63dede1 + 1b43434 commit a0025ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion member-api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spring:
github:
client-id: ${SOCIAL_GITHUB_CLIENT_ID}
client-secret: ${SOCIAL_GITHUB_CLIENT_SECRET}
redirect-uri: http://localhost:8501/login/oauth2/code/github
redirect-uri: http://dev-back.kernelsquare.live:8501/login/oauth2/code/github
scope:
- user:email

Expand Down

0 comments on commit a0025ec

Please sign in to comment.