Skip to content

Conversation

@lsj8706
Copy link
Collaborator

@lsj8706 lsj8706 commented Jan 9, 2023

🌱 작업한 내용

  • 회원가입 API 연결

🌱 PR Point

  • 회원가입 API를 연결했습니다.
  • 자동로그인을 구현했기 때문에 기기당 한번만 로그인하면 다시 로그인 화면으로 가지 않습니다.
  • 앱을 재설치 할 때 마다 기기 uid가 바뀐다는 것을 몰랐는데 이러면 현재 구조의 로그인 기능을 구현할 수 없습니다. 따라서 keychain을 활용하여 앱 최초 실행 시 얻은 uid를 기기 내부 DB에 저장하여 앱을 지우고 설치해도 동일한 uid를 가져올 수 있도록 했습니다.

📸 스크린샷

  • 생략

📮 관련 이슈

@lsj8706 lsj8706 added Feat 새로운 기능 구현 세진☃️ labels Jan 9, 2023
@lsj8706 lsj8706 self-assigned this Jan 9, 2023
Copy link
Contributor

@dlwogus0128 dlwogus0128 left a comment

Choose a reason for hiding this comment

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

헐 신기해요

@lsj8706 lsj8706 merged commit df6198c into Runnect:develop Jan 9, 2023
@lsj8706 lsj8706 deleted the feat#60-회원가입-API branch January 9, 2023 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feat 새로운 기능 구현 세진☃️

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[Feat] 회원가입 API 연결

2 participants