-
Notifications
You must be signed in to change notification settings - Fork 2
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
Set [#46] apple login 기초 세팅 #57
Conversation
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.
아주 나이스 하네여
HMH_iOS/HMH_iOS/Global/SupportingFiles/User/UserDefaultWrapper.swift
Outdated
Show resolved
Hide resolved
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.
P2. 고생하셨습니다.
//애플 로그인 토큰 리프레쉬 로직. 성공한다면 엑세스와 리프레시 토큰 업데이트 그러면서 이동 | ||
// 토큰 리프레시가 실패 한다. 로그인 컨트롤러로 바로 이동. | ||
// UserManager.shared.updateToken(,) | ||
|
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.
주석 예쁘게 달아주세요 !! 줄 맞춤해주세요!
//import Foundation | ||
// | ||
//struct SignInModel { | ||
// let socialPlatform: String | ||
// let onboarding: Onboarding | ||
// let challenge: Challenge | ||
//} | ||
// | ||
//struct Onboarding { | ||
// let averageUseTime: String | ||
// let problem: [String] | ||
//} | ||
// | ||
//struct Challenge { | ||
// let period: Int | ||
// let goalTime: Int | ||
// let apps: [Apps] | ||
//} | ||
// | ||
//struct Apps { | ||
// let appCode: String | ||
// let goalTime: Int | ||
//} |
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.
P2. 사용하지 않는 파일은 삭제해주세요
72c5cd9
to
a11549b
Compare
👾 작업 내용
UserWrapper 생성
User관련 정보 접근을 용이하게 하는 UserManager 파일을 생성하였습니다.
🚀 PR Point
📸 스크린샷
✅ Issue
Resolved #46