feat(auth): Google OAuth 로그인 연동 #3
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/auth-system"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
변경 파일
Backend
backend/src/auth/oauthService.ts(신규)backend/src/auth/authRouter.ts— OAuth 엔드포인트backend/src/auth/authService.ts— OAuth 전용 사용자 PW 차단backend/src/settings/settingsService.ts— OAuth 설정backend/src/users/userService.ts— OAuth 필드 추가Frontend
frontend/src/components/auth/LoginPage.tsx— Google 로그인 버튼frontend/src/App.tsx— GoogleOAuthProviderfrontend/src/components/views/AdminView.tsx— OAuth 관리 UIfrontend/src/store/authStore.ts— googleLogin 액션Test plan
🤖 Generated with Claude Code