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

#304 feat: 로그인 로직 변경 #304

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

One-HyeWon
Copy link
Member

@One-HyeWon One-HyeWon commented Dec 18, 2024

1. 무슨 이유로 코드를 변경했나요?

기존 자체 로그인에서 카카오 로그인으로 로직을 변경하였습니다.


2. 어떤 위험이나 장애를 발견했나요?

신규유저와 기존유저의 구분이 필요합니다.
신규 회원가입 클릭시 카카오 로그인으로 연동되는 것은 동일하나, 이후 리다이렉트 되는 페이지가 구분 되어야 합니다.


3. 관련 스크린샷을 첨부해주세요.

image

4. 완료 사항

  • 랜딩 페이지 로그인 버튼 수정
  • 카카오 로그인 연동
  • 기존 회원과 신규 회원 구분하여 라우팅
  • 토큰 리프레시 로직 연결
  • 신규 회원 가입 로직 연결

5. 추가 사항

close #301


@One-HyeWon One-HyeWon added the Feat 신규피쳐 label Dec 18, 2024
@One-HyeWon One-HyeWon self-assigned this Dec 18, 2024
@One-HyeWon One-HyeWon changed the title feat #301 로그인 로직 변경 #304 feat: 로그인 로직 변경 Dec 18, 2024
const navigate = useNavigate();
const CLIENT_ID = import.meta.env.VITE_KAKAO_CLIENT_ID;
const REDIREC_URI = import.meta.env.VITE_KAKAO_REDIRECT_URI;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오타가 있어욤 REDIRECT !!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이럴수가! 꼼꼼한 검토 감사합니다 ☺️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 신규피쳐
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: 로그인 로직 변경
2 participants