-
Notifications
You must be signed in to change notification settings - Fork 1
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
[FEAT/#94] 필터링 뷰 / 서버통신 구현 #100
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.
진짜 고생많으셨어요!!
인터셉터 완료했으니까 이제 겁나게 달려봅시당~
@@ -78,6 +79,7 @@ class SignInViewModel @Inject constructor( | |||
accessToken: String, | |||
authType: String = KAKAO | |||
) { | |||
Log.d("LYB", accessToken) |
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.
Log
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.
LGTM~~~~ 최고최고~~~~
this.addHeader(AUTHORIZATION, "$BEARER ${terningDataStore.accessToken}") | ||
this.addHeader( | ||
AUTHORIZATION, "$BEARER " | ||
//+ "$TEMP_TOKEN" |
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.
TEMP_TOKEN
이라는 변수에 액세스 토큰 넣을 수 있도록 임시 주석처리 해놓은 거에요!! 저기에 넣고 쓰시면 됩니당
⛳️ Work Description
Filtering
패키지 생성📸 Screenshot
Screen_Recording_20240717_204453_Terning-Android.mp4
📢 To Reviewers