- AuthService.googleLogin: 구글 tokeninfo 로 ID 토큰 검증(aud==클라이언트 ID)
후 provider=GOOGLE 회원 조회/자동가입 → 세션 발급(login 과 동일 경로)
- GoogleLoginRequest DTO, /api/auth/google·/google-client-id 엔드포인트
- application.yml: app.google-client-id=${GOOGLE_CLIENT_ID:}
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -76,6 +76,8 @@ app:
|
||||
account-key: ${ACCOUNT_CRYPTO_KEY:}
|
||||
# 업로드 이미지 등 외부에서 접근할 절대 URL 베이스. 앱(Capacitor)은 출처가 localhost 라 상대경로가 안 통함.
|
||||
public-url: ${PUBLIC_URL:https://app.sblog.kr}
|
||||
# 구글 OAuth 웹 클라이언트 ID (Google Cloud Console 발급). 미설정 시 구글 로그인 비활성.
|
||||
google-client-id: ${GOOGLE_CLIENT_ID:}
|
||||
|
||||
# ===== Logging =====
|
||||
logging:
|
||||
|
||||
Reference in New Issue
Block a user