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

로그인 포매팅 버그 수정 + AuthService 리팩토링 #315

Merged
merged 5 commits into from
Apr 25, 2023

Conversation

WhiteHyun
Copy link
Member

📌 PR 요약

🌱 작업한 내용

  • 회원가입을 시도할 때 yyyyMMdd로 내려보내야하는 걸 yyyy-MM-dd형식으로 로그인 요청을 보내고 있었습니다. 서버팀에서 yyyyMMdd로 내려줘야한다고 전달받았고 이를 수정했습니다.
  • AuthService의 sendRequest를 전부 sendObservableRequest로 리팩토링 완료했습니다. 이에 맞게 기존 코드도 리팩토링하였고, 로깅 코드도 추가하였습니다.

📮 관련 이슈

@WhiteHyun WhiteHyun added 🐛 bug Something isn't working ✋ Login D+2 일반적인 범주의 PR이에요. 이틀 이내에 리뷰 해주시면 됩니다 ♻️Refactoring labels Apr 24, 2023
@WhiteHyun WhiteHyun requested review from dlrjswns and soobin-k April 24, 2023 05:22
@WhiteHyun WhiteHyun self-assigned this Apr 24, 2023
Copy link
Contributor

@soobin-k soobin-k left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 승현님!!

UserManager.shared.updatePLUBToken(accessToken: accessToken, refreshToken: refreshToken)

// == Logging ==
Log.notice("accessToken: \(accessToken)")
Copy link
Contributor

Choose a reason for hiding this comment

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

👍👍

@WhiteHyun WhiteHyun merged commit 832e133 into develop Apr 25, 2023
@WhiteHyun WhiteHyun deleted the feat/285-Login/BugFormatting branch April 25, 2023 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working D+2 일반적인 범주의 PR이에요. 이틀 이내에 리뷰 해주시면 됩니다 ✋ Login ♻️Refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 로그인 - 생년월일 포매팅 수정
2 participants