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

[Fix/#124] JWT 토큰 재발급 로직 수정 #127

Merged
merged 7 commits into from
Jan 15, 2024

Conversation

chattymin
Copy link
Member

⛳️ Work Description

  • 로직 수정 및 구현 완료

📢 To Reviewers

  • 구현 완~~~~ 어렵다 이거...

@chattymin chattymin added 동민 🐥 FIX 🔨 버그 및 오류 해결 labels Jan 15, 2024
@chattymin chattymin self-assigned this Jan 15, 2024
Copy link
Contributor

@crownjoe crownjoe left a comment

Choose a reason for hiding this comment

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

토큰 관련해서 멋지게 해내고 있는 볶음면의 신 박동민님의 코드 잘 봣습니다
저도 앱잼 끝나고 공부해서 이 코드들을 더 잘 이해해볼게요!
수고 마낫슴다

@@ -63,6 +64,7 @@ object RetrofitModule {

@Provides
@Singleton
@JWT
Copy link
Contributor

Choose a reason for hiding this comment

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

오! 이러케 어노테이션을!

Copy link
Member

Choose a reason for hiding this comment

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

JMT

Copy link
Member

@Marchbreeze Marchbreeze left a comment

Choose a reason for hiding this comment

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

JMT~

@@ -63,6 +64,7 @@ object RetrofitModule {

@Provides
@Singleton
@JWT
Copy link
Member

Choose a reason for hiding this comment

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

JMT

@chattymin chattymin merged commit f000926 into develop Jan 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FIX 🔨 버그 및 오류 해결 동민 🐥
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] TokenInterceptor / refresh token 재발급 로직 수정
3 participants