Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 카카오 소셜 로그인 로직 구현 및 통신 #35

Draft
wants to merge 24 commits into
base: dev
Choose a base branch
from

Conversation

gkfla668
Copy link
Member

@gkfla668 gkfla668 commented Feb 7, 2025

⚾️ Related Issues

📝 Task Details

  • tanstack/react-query 설치 및 적용
  • 카카오 로그인 페이지로 리다이렉트
  • 서버에게 code 전송
  • 서버에서 토큰 받기
  • 카카오 로그인 처리 시 로딩 애니메이션 추가
  • 카카오 로그인 성공 시 토스트 컴포넌트 추가
  • ESLint 오류 + pre-push 훅 오류 수정

📂 References

  • screenshots, GIFs, etc.

💕 Review Requirements

  • 서버와 cors 문제로 잠시 쉬는중😴
  • 로컬에서만 테스트해 본 거라서, 서버 배포된 다음에 다시 테스트 해본 후 머지하는 것이 나을 것 같습니다!

논의 사항

  • 토큰을 로컬스토리지에서 관리할지 전역 상태로 관리할지

@gkfla668 gkfla668 self-assigned this Feb 7, 2025
@gkfla668 gkfla668 added the ✨ Feature 기능 개발 label Feb 7, 2025
@gkfla668 gkfla668 added the 📭 API API 서버 통신 label Feb 13, 2025
@gkfla668 gkfla668 added the 🎨 Html & CSS 마크업 & 스타일링 label Feb 15, 2025
@gkfla668 gkfla668 removed the 🎨 Html & CSS 마크업 & 스타일링 label Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📭 API API 서버 통신 ✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 카카오 소셜 로그인 기능 구현
1 participant