feat: Supabase 로그인/회원가입 및 GitHub OAuth 연동#66
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- signIn, signOut API 함수 추가 - useSignIn hook 추가 - AuthContext로 인증 상태(user) 전역 관리 - App.tsx에 AuthProvider 적용 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- LoginPage 컴포넌트 추가 (이메일/비밀번호 로그인) - SignupPage 회원가입 성공 시 로그인 페이지로 리다이렉트 - /login, /signup 라우트를 Layout 외부에 독립 등록 - Navbar에 로그인 상태에 따른 로그인/로그아웃 버튼 추가 (데스크톱 + 모바일) - GitHub OAuth 버튼 추가 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- .prettierignore에 .claude 디렉토리 추가 - useAuth hook을 별도 파일로 분리 (react-refresh 경고 해결) - SignupPage에서 불필요한 console.log 제거 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #64
Summary
Changes
@supabase/supabase-js패키지 추가signIn,signOut,signInWithGitHubAPI 함수 추가useSignInhook 추가AuthProvider/useAuth컨텍스트 추가LoginPage신규 생성 (이메일 로그인 + GitHub OAuth)SignupPage에 GitHub OAuth 버튼 및 성공 시 로그인 페이지 리다이렉트 추가/login,/signup라우트를 Layout 외부에 독립 등록Test plan
🤖 Generated with Claude Code