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

feature/socialLogin 소셜 로그인 #14

Merged
merged 3 commits into from
Dec 9, 2021

Conversation

yejipractice
Copy link
Collaborator

  1. 네이버 로그인
  2. 카카오 로그인
  3. 구글 로그인
  4. 전역 context
  5. 마이페이지 계정 정보 연동
  • 패키지명 org.footprint로 수정했습니다. 구글 로그인 연동 과정에서 자꾸 패키지명 관련 오류가 떠서 앱등록이 안되더라구요 ㅠㅠ
  • 자꾸 eslint prettier 충돌로 빨간 줄이 뜬던데 yarn add eslint-config-prettier 하시며 거의 높은 확률로 빨간 줄이 사라집니다
  • 이거 clone해서 코드 이어 작성하는 거 추천....

@yejipractice yejipractice added 참고 자료 Improvements or additions to documentation status : 리뷰요청 New feature or request labels Dec 4, 2021
@yejipractice yejipractice self-assigned this Dec 4, 2021
@yejipractice yejipractice added this to In progress in footprint via automation Dec 4, 2021
@yejipractice yejipractice linked an issue Dec 4, 2021 that may be closed by this pull request
7 tasks
@yejipractice
Copy link
Collaborator Author

yejipractice commented Dec 4, 2021

React-native 구글 로그인 연동 : web application이랑 android 등록 둘다 하고 나서 web application의 클라이언트 아이디를 코드에 입력,
react-native-google-signin/google-signin#823

React Native에서 SHA-1 추출하기
$ keytool -list -v -keystore {debug.keystore 절대경로}
특정 버전 이상에서는 플젝명\android\app\debug.keystore에 존재
비밀번호는 안드로이드 환경에서는 보통 android
https://prince-mint.tistory.com/11

네이버 로그인
https://velog.io/@pcsnms/Naver-Login
dependency 추가 안해도 작동

카카오 로그인
https://github.com/react-native-seoul/react-native-kakao-login
코틀린 해석 가능하도록 설정해주기

@yunva17
Copy link
Collaborator

yunva17 commented Dec 9, 2021

넵 확인했습니다 고생많으셨습니다 ! 다이어리 부분은 이 부분 clone 해서 정리 후 올리겠습니다

@yunva17 yunva17 merged commit 34439e9 into Diamond-Badge:feature/socialLogin Dec 9, 2021
footprint automation moved this from In progress to Done Dec 9, 2021
@yejipractice yejipractice added status : 완료 👍 This issue or pull request already exists and removed status : 리뷰요청 New feature or request labels Dec 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status : 완료 👍 This issue or pull request already exists 참고 자료 Improvements or additions to documentation
Projects
Development

Successfully merging this pull request may close these issues.

[Front] 회원가입 및 로그인 - 소셜 로그인
2 participants