[TNT-221] 로그인/회원가입/로그아웃/회원탈퇴 간 인증 정보 처리 로직 작성 #64
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 What is the PR?
🪄 Changes
🌐 Common Changes
🔥 PR Point
존재하는 경우 API를 통해 유효한지 검증하며, 유효하지 않거나 존재하지 않는 경우 온보딩 화면으로 이동합니다.
유효한 경우, 각 유저 타입에 맞는 화면으로 라우팅됩니다.
회원 탈퇴 시 API response body가 비어서 오기 때문에 EmptyResponse를 typealias로 바꿔 넣어주었고, 키체인 삭제 후 화면 전환은 코디네이터를 통해 진행했습니다.
🙆🏻 To Reviewers
💭 Related Issues