-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
# Conflicts: # android/festago/data/src/main/java/com/festago/festago/data/di/singletonscope/RepositoryModule.kt # android/festago/presentation/src/main/res/values/strings.xml
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.
�고생하셨습니다! 코드가 무진장 깔끔하네요!
이제 AuthInterceptor 와 어떻게 결합하는지 좋을지 고민하는게 중요할 것같네요!
} | ||
} | ||
|
||
private fun initWindowInsets() { |
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.
좋습니다. 반복이 생기면 분리해서 같이 사용하는게 좋아보여요. :)
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.
고생하셨습니다 👍
📌 관련 이슈
✨ PR 세부 내용