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.
작업 이유
회원가입과 로그인 구현 완료
작업 사항
전화번호 인증 완료하고 받은 accessToken을 UserDefaults에 저장한 후 회원가입 요청을 보낼 때 저장된 accessToken 값을 가져와 header로 보내도록 하였다.
UserDefaults
: Apple의 개발에 사용되는 도구로, 간단한 데이터를 저장하고 검색하는데 사용된다. 앱 설정, 사용자 데이터, 또는 기타 정보를 저장할 때 유용하다.
UserDefaults에 accessToken을 저장하고 필요할 때 가져오도록 했는데 추후에 변경해야 할 수도 있음!
내 계정 id: heejin, pw: heejin123으로 계정 등록해놓았다.
이슈 연결
close #11