Skip to content

Commit

Permalink
feat : 구글 리다이렉트 URL 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
AKKDevMachine committed Jan 19, 2025
1 parent de45b1d commit 445933c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public ClientRegistration googleClientRegistration() {
return ClientRegistration.withRegistrationId("google")
.clientId("52474534592-p74ookn70s1m2l1qjqvf66u63bslcglu.apps.googleusercontent.com")
.clientSecret("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")
.redirectUri("http://localhost:8080/login/oauth2/code/google")
.redirectUri("https://clat.duckdns.org/login/oauth2/code/google")
.authorizationGrantType(AuthorizationGrantType.AUTHORIZATION_CODE)
.scope("profile", "email")
.authorizationUri("https://accounts.google.com/o/oauth2/v2/auth")
Expand Down

0 comments on commit 445933c

Please sign in to comment.