Skip to content

Commit

Permalink
Merge pull request #139 from CLAT-Project/feat-OAuth2
Browse files Browse the repository at this point in the history
feat : 구글 리다이렉트 URL 수정
  • Loading branch information
AKKDevMachine authored Jan 19, 2025
2 parents de45b1d + 445933c commit ce3d3e8
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 ce3d3e8

Please sign in to comment.