feat(auth): 앱(네이티브) 구글 로그인 — @capgo/capacitor-social-login
CI / build (push) Failing after 12m48s

- 웹은 기존 GIS 유지, Capacitor 네이티브(APK)는 네이티브 구글 로그인 사용
  (웹뷰에서 GIS 팝업/FedCM 미동작 대응)
- 받은 ID 토큰은 기존과 동일하게 백엔드 /api/auth/google 로 검증
- src/lib/googleAuth.ts + LoginPage 네이티브/웹 분기

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-07-12 11:02:51 +09:00
parent a7b633a3e5
commit 7f18d18a11
4 changed files with 85 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@
"@capacitor/app": "^8.0.0",
"@capacitor/core": "^8.3.4",
"@capacitor/geolocation": "^8.2.0",
"@capgo/capacitor-social-login": "^8.3.36",
"@quasar/extras": "^1.16.12",
"@stomp/stompjs": "^7.3.0",
"pinia": "^2.3.0",