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] 파이어베이스과 Oauth 공급자 연결 #74

Merged
merged 11 commits into from
Sep 25, 2023

Conversation

hwna00
Copy link
Owner

@hwna00 hwna00 commented Sep 25, 2023

PR 타입

  • Bugfix
  • Feature
  • Code style update
  • Refactoring
  • Other... Please describe:

작업 내용

  • fb 회원가입 함수 리팩토링
  • fb 로그인 함수 리팩토링
  • 0auth 인증을 통해 받아온 정보를 통해 fb 커스텀 토큰 생성하는 함수 제작

관련 이슈: #67

테스트 결과

PR 체크리스트

  • 커밋 메시지가 가이드라인을 따르는가
  • 관련 이슈를 연결하였는가

- api.js 파일을 생성하여 axios로 요청을 보내는 함수들을 정리
- firebase.js 파일에서 fbSignUp 함수를 통해 firebase 회원가입 처리

ref: #67
- 로직은 firebase.js 파일 내에서 처리하도록 수정

ref: #67
- 로직은 firebase.js 파일 내에서 처리하도록 수정

ref: #67
- Root 컴포넌트에서 현재 로그인 상태를 확인
- 로그인 O: Outlet 렌더링
- 로그인 X: 로그인 페이지로 이동

ref: #67
- 사용자가 로그인 중일 때는 인증 화면으로 갈 수 없도록 구현

ref: #67
- checkUserExist 함수 삭제
- getMe 함수에 user가 존재하는지 확인하는 로직 추가
- 회원가입 성공 시, 입력받은 data를 백엔드로 전송하는 로직 추가
@hwna00 hwna00 changed the title Feature/server/fb auth [Feat] 파이어베이스과 Oauth 공급자 연결 Sep 25, 2023
Copy link
Collaborator

@Muon05 Muon05 left a comment

Choose a reason for hiding this comment

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

LGTM

@yangjiwoong1 yangjiwoong1 merged commit b70e7c7 into develop Sep 25, 2023
@hwna00 hwna00 deleted the feature/server/fb-auth branch September 26, 2023 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants