-
Notifications
You must be signed in to change notification settings - Fork 0
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
[PC-362] 카카오 로그인 연동 #33
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.
고생많으셨어요 태규님! 작성해주신 테스트 코드가 큰 참고가 되었습니다 ㅎㅎ
} | ||
|
||
@Test | ||
fun `유저가 회원가입에 성공했을 경우 토큰과 유저 상태를 저장한다`() = runTest { |
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.
아하 이런 말이었군요!
) : MavericksViewModel<LoginState>(initialState) { | ||
private val intents = Channel<LoginIntent>(BUFFERED) | ||
private val _intents = Channel<LoginIntent>(BUFFERED) |
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.
👍
빠야!!!!!!!!!!!! |
1. ⭐️ 변경된 내용
2. 🖼️ 스크린샷(선택)
2025-01-12.6.45.14.mov
카카오 로그인 Api Docs