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

[NAYB-152] feat: 회원 탈퇴 시 인증 서버 액세스 토큰 만료 기간 검증 #111

Merged
merged 4 commits into from
Sep 17, 2023

Conversation

hseong3243
Copy link
Collaborator

@hseong3243 hseong3243 commented Sep 17, 2023

⛏ 작업 사항

  • 회원 연동 해제시 인증 서버의 액세스 토큰이 만료되었는지 검증합니다. 만료되었을 경우 액세스 토큰 갱신 요청을 합니다.

📝 작업 요약

  • OAuthRestClient 액세스 토큰 갱신 요청 추가
  • OAuthHttpMessageProvider 요청 메시지 생성, 응답으로부터 액세스 토큰, 갱신 토큰 추출 메서드 추가
  • OAuthHttpMeesageProvider 구현체에서 사용하는 문자열을 상수로 분리

💡 관련 이슈

@github-actions
Copy link

github-actions bot commented Sep 17, 2023

Test Results

352 tests  ±0   352 ✔️ ±0   10s ⏱️ -1s
173 suites ±0       0 💤 ±0 
173 files   ±0       0 ±0 

Results for commit 766c1b8. ± Comparison against base commit bc29383.

♻️ This comment has been updated with latest results.

@hseong3243 hseong3243 merged commit b52b2e4 into develop Sep 17, 2023
3 checks passed
@hseong3243 hseong3243 deleted the feature/NAYB-152 branch September 17, 2023 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants