[FEAT] 토큰 재발행 로직 및 Auth관련 UI, 플로우 구현 - #19
Merged
Merged
Conversation
- MenuListItemView를 통한 구조 개선
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Describe
사용자 정보 관리 및 인증 관련 기능을 추가하고, 로그인부터 설정 및 계정 정보 화면까지의 UI와 화면 이동을 구현했습니다.
또한 계정 정보 화면의 로그아웃 기능, 토큰 재발행 로직, 네비게이션 화면 전환 및 뒤로가기 제스처를 구현했으며, 환경별 설정을 위해 xcconfig를 활용한 약관 URL 연동을 추가했습니다.
Works made
Changes Made
As-Is
기존 로직
설정 및 계정 정보 화면이 구현되어 있지 않았습니다.
스크린샷
![Image]()
To-BE
변경 로직
스크린샷
![Image]()
How to Test
Issues Resolved
Additional context
추후에 약관 URL받아오면 xcconfig에 정의된 Key값에 넣으시고 작업하면 됩니다.
계정정보화면 나머지 로직은 추후에 구현하겠습니다.
References