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

[PC-362] 카카오 로그인 연동 #33

Merged
merged 5 commits into from
Jan 14, 2025
Merged

Conversation

tgyuuAn
Copy link
Member

@tgyuuAn tgyuuAn commented Jan 12, 2025

1. ⭐️ 변경된 내용

  • 카카오 로그인 기능을 연동합니다.
  • Token과 UserRole을 저장할 DataStore 모듈을 추가하였습니다.

2. 🖼️ 스크린샷(선택)

2025-01-12.6.45.14.mov

카카오 로그인 Api Docs

@tgyuuAn tgyuuAn added 기능 ⚒️ 새로운 기능 구현 ⚒️ 리뷰 원해요🔥 피어의 리뷰를 기다리는 ing.. 🔥 테스트 📜 내가 작성한 코드는 내가 책임진다 📜 ㅌㄱ태규 ☀️ 훗날 크게될 ENFP 남성, tgyuuAn labels Jan 12, 2025
@tgyuuAn tgyuuAn requested a review from sksowk156 January 12, 2025 09:47
@tgyuuAn tgyuuAn self-assigned this Jan 12, 2025
Copy link
Contributor

@sksowk156 sksowk156 left a comment

Choose a reason for hiding this comment

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

고생많으셨어요 태규님! 작성해주신 테스트 코드가 큰 참고가 되었습니다 ㅎㅎ

}

@Test
fun `유저가 회원가입에 성공했을 경우 토큰과 유저 상태를 저장한다`() = runTest {
Copy link
Contributor

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)
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@sksowk156 sksowk156 added 머지 해도될듯염🌟 현재 코드를 기존 코드에 합쳐도 될 것 같다라고 판단..! 🌟 and removed 리뷰 원해요🔥 피어의 리뷰를 기다리는 ing.. 🔥 labels Jan 13, 2025
@tgyuuAn
Copy link
Member Author

tgyuuAn commented Jan 14, 2025

고생많으셨어요 태규님! 작성해주신 테스트 코드가 큰 참고가 되었습니다 ㅎㅎ

빠야!!!!!!!!!!!!

@tgyuuAn tgyuuAn merged commit 6e01ef8 into develop Jan 14, 2025
1 check passed
@tgyuuAn tgyuuAn deleted the feature/tgyuu/PC-362 branch January 14, 2025 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ㅌㄱ태규 ☀️ 훗날 크게될 ENFP 남성, tgyuuAn 기능 ⚒️ 새로운 기능 구현 ⚒️ 머지 해도될듯염🌟 현재 코드를 기존 코드에 합쳐도 될 것 같다라고 판단..! 🌟 테스트 📜 내가 작성한 코드는 내가 책임진다 📜
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants