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

[AN/USER] feat: 카카오 로그인 및 토큰 관리(#861) #901

Merged
merged 26 commits into from
May 1, 2024

Conversation

SeongHoonC
Copy link
Member

📌 관련 이슈

✨ PR 세부 내용

  1. 로그인 화면 구현
  2. 토큰 관리 TokenLocalDataSource 정의
  3. UserRepository 로 로그인, 로그아웃, 회원 탈퇴, 리프레시 정의
  4. 401 에러시 onUnauthorized 로 처리
  5. 로그인 거부 시 다시 물어보지 않는다.

@SeongHoonC SeongHoonC added AN 안드로이드에 관련된 작업 USER labels Apr 28, 2024
@SeongHoonC SeongHoonC self-assigned this Apr 28, 2024
@SeongHoonC SeongHoonC linked an issue Apr 28, 2024 that may be closed by this pull request
2 tasks
@github-actions github-actions bot requested review from EmilyCh0 and re4rk April 28, 2024 03:16
Copy link
Collaborator

@re4rk re4rk left a comment

Choose a reason for hiding this comment

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

�고생하셨습니다! 코드가 무진장 깔끔하네요!
이제 AuthInterceptor 와 어떻게 결합하는지 좋을지 고민하는게 중요할 것같네요!

}
}

private fun initWindowInsets() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

함수 분리 하신걸 보고 떠올린건데 여기저기 같은 기능을 필요로 하는 곳이 많은 것 같네요! 추후에 분리하는건 어떻게 생각하시나요??

Copy link
Member Author

Choose a reason for hiding this comment

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

좋습니다. 반복이 생기면 분리해서 같이 사용하는게 좋아보여요. :)

@SeongHoonC SeongHoonC changed the title [AN/USER] feat: 카카오 로그인 및 토큰 관리(#issueNum) [AN/USER] feat: 카카오 로그인 및 토큰 관리(#861) Apr 29, 2024
Copy link
Member

@EmilyCh0 EmilyCh0 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 👍

@SeongHoonC SeongHoonC merged commit 877839d into dev May 1, 2024
1 check passed
@SeongHoonC SeongHoonC deleted the feat/#861 branch May 1, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AN 안드로이드에 관련된 작업 USER
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[AN] 카카오톡 소셜 로그인을 구현한다
3 participants