-
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
[REFACTOR] 데이터 레이어 다른 계층 참조하지 않도록 순수하게 개선 #339
Labels
Comments
sxunea
added a commit
that referenced
this issue
Mar 14, 2024
- 액세스 토큰 만료 됐을 때의 처리 - 리프레시 토큰 만료 됐을 때의 처리
sxunea
added a commit
that referenced
this issue
Mar 14, 2024
sxunea
added a commit
that referenced
this issue
Mar 14, 2024
sxunea
added a commit
that referenced
this issue
Mar 14, 2024
sxunea
added a commit
that referenced
this issue
Mar 14, 2024
sxunea
added a commit
that referenced
this issue
Mar 14, 2024
sxunea
added a commit
that referenced
this issue
Mar 24, 2024
sxunea
added a commit
that referenced
this issue
Mar 24, 2024
sxunea
added a commit
that referenced
this issue
Mar 24, 2024
sxunea
added a commit
that referenced
this issue
Mar 24, 2024
sxunea
added a commit
that referenced
this issue
Mar 24, 2024
sxunea
added a commit
that referenced
this issue
Mar 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
💡 Issue
AS - IS
TokenAuthenticator
- 발급된 액세스, 리프레시 prefrenceManager에 저장
- 이때, data 레이어의 authenticator에 로그인액티비티. 즉 presentation 레이어를 참조하고있음
TO - BE
AuthInterceptor
📝 todo
The text was updated successfully, but these errors were encountered: