@@ -59,15 +59,15 @@ oauth.kakao.client-secret=${KAKAO_SECRET}
5959oauth.kakao.redirect-uri =${OAUTH_REDIRECT_URI}/kakao
6060oauth.kakao.token-uri =https://kauth.kakao.com/oauth/token
6161oauth.kakao.user-info-uri =https://kapi.kakao.com/v2/user/me
62- oauth.kakao.authorize-uri : https://kauth.kakao.com/oauth/authorize
62+ oauth.kakao.authorize-uri = https://kauth.kakao.com/oauth/authorize
6363
6464# google
6565oauth.google.client-id =${GOOGLE_CLIENT_ID}
6666oauth.google.client-secret =${GOOGLE_CLIENT_SECRET}
6767oauth.google.redirect-uri =${OAUTH_REDIRECT_URI}/google
6868oauth.google.token-uri =https://oauth2.googleapis.com/token
69- oauth.google.authorize-uri : https://accounts.google.com/o/oauth2/v2/auth
70- oauth.google.scope : email profile
69+ oauth.google.authorize-uri = https://accounts.google.com/o/oauth2/v2/auth
70+ oauth.google.scope = email profile
7171
7272# apple
7373oauth.apple.client-id =${APPLE_AUD}
@@ -76,10 +76,10 @@ oauth.apple.key-id=${APPLE_KEY_ID}
7676oauth.apple.key-path =key/AuthKey.p8
7777oauth.apple.iss =https://appleid.apple.com
7878oauth.apple.redirect-uri =${OAUTH_REDIRECT_URI}/apple
79- oauth.apple.token-url =https://appleid.apple.com/auth/token
79+ oauth.apple.token-uri =https://appleid.apple.com/auth/token
8080oauth.apple.public-key-url =https://appleid.apple.com/auth/keys
81- oauth.apple.authorize-uri : https://appleid.apple.com/auth/authorize
82- oauth.apple.scope : name email
81+ oauth.apple.authorize-uri = https://appleid.apple.com/auth/authorize
82+ oauth.apple.scope = name email
8383
8484oauth.apple.revoke-url =https://appleid.apple.com/auth/revoke
8585oauth.google.revoke-url =https://accounts.google.com/o/oauth2/revoke
0 commit comments