Skip to content
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

Merged
merged 5 commits into from
Jan 19, 2022

Conversation

hyun99999
Copy link
Member

@hyun99999 hyun99999 commented Jan 19, 2022

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용

  • 로그인 서버 연결
  • 자동로그인 구현
  • 프로필편지 뷰에서 회원가입 로직 붙이기

📌 참고 사항

📮 관련 이슈

@hyun99999 hyun99999 added Feat 새로운 기능 구현 👼타락pOwEr천사현규 크로아서버 환영요 labels Jan 19, 2022
@hyun99999 hyun99999 self-assigned this Jan 19, 2022
Copy link
Member

@yangsubinn yangsubinn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

좋네요... 잘보고 갑니다👍

Copy link
Member

@L-j-h-c L-j-h-c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

소셜로그인 선배 너무 감사합미다... 담에 제대로 한번 뜯어보게슴다

Comment on lines +15 to +21
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]
Copy link
Member

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
@hyun99999 hyun99999 merged commit 0cf632c into TeamSparker:develop Jan 19, 2022
@hyun99999 hyun99999 deleted the feature/#126 branch January 19, 2022 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 구현 👼타락pOwEr천사현규 크로아서버 환영요
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 로그인 서버 연결
3 participants