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

리프레시 토큰 쿠키로 변경 #390

Merged
merged 3 commits into from
Jul 2, 2024
Merged

리프레시 토큰 쿠키로 변경 #390

merged 3 commits into from
Jul 2, 2024

Conversation

ohgus
Copy link
Contributor

@ohgus ohgus commented Jun 29, 2024

#️⃣연관된 이슈

close: #389

📝작업 내용

  • 로그인할 때 스토리지에 저장하던 리프레시 토큰을 쿠키로 변경.
  • 로그아웃, 재발급 요청 바디에서 리프레시 토큰을 제거하고 요청 헤더에 포함.

🙏리뷰 요구사항(선택)

현재 서버가 너무 느려서 많은 테스트를 진행하지는 못했습니다.
우선 로그아웃할 때 재발급이 잘되는것은 확인했습니다.

@ohgus ohgus added refactor 코드가 내부적으로 작동하는 방식을 변경하되, 변경 전과 동일하게 작동합니다. 🤍front 프론트엔드 업무입니다. labels Jun 29, 2024
@ohgus ohgus requested review from devkyoung2 and uraflower June 29, 2024 16:50
@ohgus ohgus self-assigned this Jun 29, 2024
Copy link

vercel bot commented Jun 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kakao-funding ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 29, 2024 4:50pm

Copy link
Contributor

@uraflower uraflower left a comment

Choose a reason for hiding this comment

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

애플리케이션 복구되면 잘 되는지 테스트해보고 병합하면 좋을 것 같습니다..! 수고하셨습니다

@ohgus ohgus merged commit 080e08c into dev Jul 2, 2024
3 checks passed
@ohgus ohgus deleted the refactor/389 branch July 2, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 코드가 내부적으로 작동하는 방식을 변경하되, 변경 전과 동일하게 작동합니다. 🤍front 프론트엔드 업무입니다.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

로그인 로직 수정
3 participants