-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Feat] #126 - 로그인 서버 연결 #128
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.
좋네요... 잘보고 갑니다👍
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.
소셜로그인 선배 너무 감사합미다... 담에 제대로 한번 뜯어보게슴다
static let authorizationHeader = ["Content-Type": "application/json", | ||
"Authorization": accessToken] | ||
// static var authorizationHeader = ["Content-Type": "application/json", | ||
// "Authorization": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjcxLCJpYXQiOjE2NDI1NzU5MjksImV4cCI6MTY0NTE2NzkyOSwiaXNzIjoic3BhcmsifQ.na6paylY4-2dGBLcTtalxaJc-Xt380MnqSJV2JyC64I"] | ||
static let multipartHeader = ["Content-Type": "multipart/form-data"] | ||
static let multipartAuthorizationHeader = ["Content-Type": "multipart/form-data", | ||
"Authorization": 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.
헤더를 이렇게 나눠줄 수 있군뇨!! 잘 배워갑니다!
- isNew 필드로 기존회원인지 아닌지를 판단할 수 있도록 데이터를 받음
…arker#126` # Conflicts: # Spark-iOS/Spark-iOS.xcodeproj/project.pbxproj # Spark-iOS/Spark-iOS/Source/NetworkServices/Room/RoomService.swift # Spark-iOS/Spark-iOS/Source/SceneDelegate.swift
🌴 PR 요약
🌱 작업한 브랜치
🌱 작업한 내용
📌 참고 사항
📮 관련 이슈