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

엑세스 토큰 갱신 기능을 구현한다. #185

Merged
merged 8 commits into from
Jan 30, 2025
Merged

엑세스 토큰 갱신 기능을 구현한다. #185

merged 8 commits into from
Jan 30, 2025

Conversation

le2sky
Copy link
Member

@le2sky le2sky commented Jan 28, 2025

  • close 엑세스 토큰 갱신 기능을 구현한다. #184
  • 엑세스 토큰 갱신 기능을 구현했습니다.
    • 엑세스 토큰을 갱신할때, 리프레시 토큰을 교체하는 방식을 채택했습니다.
  • 이외 몇 가지 부수적인 작업을 추가로 진행했어요.
    • 매일메일 spring local profile yml을 ignore 처리했습니다.
    • 회원 등록 시 필요했던 clientSecret을 제거했습니다.
    • 회원 등록 요청 중 accessToken 필드를 oauthAccessToken으로 변경했습니다.

Copy link

github-actions bot commented Jan 28, 2025

Test Results

101 tests   100 ✅  7s ⏱️
 35 suites    1 💤
 35 files      0 ❌

Results for commit 0072362.

♻️ This comment has been updated with latest results.

@le2sky le2sky merged commit 2d857df into main Jan 30, 2025
3 checks passed
@le2sky le2sky deleted the 184 branch January 30, 2025 11:40
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.

엑세스 토큰 갱신 기능을 구현한다.
1 participant