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

[일반 회원가입] 일반 로그인 API 연동 #168

Open
6 tasks
minsangKang opened this issue Aug 18, 2024 · 0 comments
Open
6 tasks

[일반 회원가입] 일반 로그인 API 연동 #168

minsangKang opened this issue Aug 18, 2024 · 0 comments
Assignees
Labels
feature 기능 추가/변경/삭제

Comments

@minsangKang
Copy link
Member

Background | Issue 발행 배경

[이메일 로그인 화면] 내 일반 로그인 API 를 연동한다.

Acceptance Criteria | 허용 기준

Given(조건, 상황) | When(행동) | Then(결과)

  • device_id 값을 생성한다. (임시로 UserDefaults 내 저장)
  • 전달된 비밀번호를 암호화 하는 로직이 필요하다. (UseCase 생성이 필요)
  • 이메일, 비밀번호 입력 후 로그인 클릭시 일반 로그인 API 를 요청한다.
  • 수신받은 값을 토대로 access_token, refresh_token을 keychain 내 관리한다.
  • 수신받은 device_id 값을 keychain 내 관리한다.

추후 개발이 필요한 부분

  • device_id 값을 저장 및 관리하는 방법에 대해 좀 더 분석한다.
@minsangKang minsangKang added the feature 기능 추가/변경/삭제 label Aug 18, 2024
@minsangKang minsangKang added this to the [iOS] 일반 회원가입 milestone Aug 18, 2024
@minsangKang minsangKang self-assigned this Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 기능 추가/변경/삭제
Projects
Status: Backlog
Development

No branches or pull requests

1 participant