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

엑세스 토큰 재발급(reIssue) API 구현 완료 #42

Merged
merged 2 commits into from
Dec 7, 2024

Conversation

gywns0417
Copy link
Contributor

@gywns0417 gywns0417 commented Dec 7, 2024

💡 작업 내용

  • 엑세스 토큰 재발급 API 구현
  • 쿠키 반환 도메인 프론트 local로 설정

💡 자세한 설명

엑세스 토큰 재발급 API를 구현했습니다.
쿠키에 refreshToken을 담아 해당 API를 호출하면, 엑세스 토큰을 재발급해 줍니다.

또한 쿠키가 반환되는 도메인을 localhost:3000 으로 설정했습니다.

📗 참고 자료 (선택)

📢 리뷰 요구 사항 (선택)

🚩 후속 작업 (선택)

✅ 셀프 체크리스트

  • PR 제목을 형식에 맞게 작성했나요?
  • 브랜치 전략에 맞는 브랜치에 PR을 올리고 있나요? (master/main이 아닙니다.)
  • 이슈는 close 했나요?
  • Reviewers, Labels, Projects를 등록했나요?
  • 작업 도중 문서 수정이 필요한 경우 잘 수정했나요?
  • 테스트는 잘 통과했나요?
  • 불필요한 코드는 제거했나요?

closes #41

@gywns0417 gywns0417 added the ✨ feature 구현, 개선 사항 관련 부분 label Dec 7, 2024
@gywns0417 gywns0417 self-assigned this Dec 7, 2024
@gywns0417 gywns0417 merged commit f5cf6f3 into main Dec 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature 구현, 개선 사항 관련 부분
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

엑세스 토큰 재발급(reIssue) API 구현
1 participant