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

♻️ Refactor: jwt 유효기간 변경 및 Refresh Token 쿠키로 전송 기능 변경 #185

Merged
merged 1 commit into from
May 11, 2024

Conversation

hyoungj00n
Copy link
Member

@hyoungj00n hyoungj00n commented May 10, 2024

🚀 개요

jwt 유효기간 변경 및 전송 방법 변경

🔍 변경사항

  • Access Token 유효기간 6시간, Refresh Token 유효기간 30일로 변경
  • Refresh Token 쿠키로 전송

⏳ 작업 내용

  • 유효기간 변경
  • 전송 방식 변경

@hyoungj00n hyoungj00n requested a review from yxhwxn May 10, 2024 19:10
@hyoungj00n hyoungj00n self-assigned this May 10, 2024
@hyoungj00n hyoungj00n linked an issue May 10, 2024 that may be closed by this pull request
1 task
@hyoungj00n hyoungj00n merged commit 305fa60 into dev May 11, 2024
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.

🔨[refactor] AccessToken, RefreshToken 유효기간 변경
1 participant