-
Notifications
You must be signed in to change notification settings - Fork 0
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
KeyChainWrapper 추가 #8
Conversation
고생하셨습니다~ |
|
||
/// 키체인 키 설정 | ||
public enum KeychainKey: String { | ||
case accessToken |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
KeychainKey는 따로 파일로 빼서 관리하는게 보기 편할 것 같아요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
726e2a8
반영했습니다~
피드백 감삼다! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니다~!
#️⃣ Issue Number
🔎 작업 내용
키체인 CRUD 기능 추가하였습니다.
📷 스크린샷
🛠️ 기타 공유 내용
ContentView()
를 추가했습니다.