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-396] 인증번호 요청 및 인증 API 연결 #36

Merged
merged 5 commits into from
Jan 16, 2025

Conversation

tgyuuAn
Copy link
Member

@tgyuuAn tgyuuAn commented Jan 16, 2025

PC-396

1. ⭐️ 변경된 내용

  • 인증번호 요청 및 인증 API 연결
  • API 호출할 때 AccessToken을 달아주는 Interceptor 추가

2. 📌 이 부분은 꼭 봐주세요!

Authenticator도 달려고 했으나 토큰 관리를 서버에서 하는지, 클라에서 하는 지 논의가 필요할 것 같아서 그 부분은 작업하지 않았습니다~

인증 요청 화면에서 TextField 하나 컴포넌트로 추출되어있지 않던데 왜 그런지 알 수 있을까요 ?

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

태규님 고생하셨습니다~ 👍 TextField는 디자인 시스템에 뒤에 숫자로 되어 있는 필드가 없어서 일단 거기에 뒀어요! 오늘 회의할 때 디자인 요청하고 작업할려고 한건데 다음 PR에 포함해둘게요!

import okhttp3.Response
import javax.inject.Inject

class PieceInterceptor @Inject constructor(
Copy link
Contributor

Choose a reason for hiding this comment

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

  • p4 : 요거 internal로 할 수 있을 것 같아요!

Copy link
Member Author

@tgyuuAn tgyuuAn Jan 16, 2025

Choose a reason for hiding this comment

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

  • p4 : 요거 internal로 할 수 있을 것 같아요!

구우우우우웃

인줄 알았는데, 싱글톤 DI 중이라서 public만 되네요...

image

까뷔

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 16, 2025
@tgyuuAn tgyuuAn merged commit 45b781b into develop Jan 16, 2025
1 check passed
@tgyuuAn tgyuuAn deleted the feature/tgyuu/PC-396 branch January 16, 2025 12: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