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: refreshToken 만료시간 재설정 #241

Merged

Conversation

ParkSohyunee
Copy link
Contributor

개요

  • 로그인 후 토큰이 저장되는 쿠키의 만료시간을 재설정 했습니다. (24시간에서 14일(2주)로 변경)

작업 사항

  • 리프레쉬 토큰 만료시간을 2주로 재설정
  • 전역 상태 useUser store에 사용자 id만 저장되도록 수정

참고 사항 (optional)

  • 추후 API 통신 할 때, 토큰을 주고 받는 방식을 Authorization header에서 Set-cookie header로 변경 예정에 따라 현재 리액트 쿠키 사용 관련 로직 변경 예정입니다.

리뷰어에게

  • 감사합니다!!✨✨

Copy link

vercel bot commented May 17, 2024

@ParkSohyunee is attempting to deploy a commit to the Eujin Ahn's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@Nahyun-Kang Nahyun-Kang left a comment

Choose a reason for hiding this comment

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

우와 이제 보름동안 로그인 안 해도 되어서 너무너무 좋아요 >< 고생하셨습니다 소현님! 😆

@@ -35,7 +35,7 @@ export default function KakaoRedirectPage() {
});

const { id, accessToken, refreshToken } = res.data;
updateUser({ id, accessToken: '' }); // TODO id만 저장하기
updateUser({ id });
Copy link
Contributor

Choose a reason for hiding this comment

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

오오 혹시 accessToken 토큰 쿠키로 옮기셔서 지우시는 건가요?! 👁️

Copy link
Contributor Author

Choose a reason for hiding this comment

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

아니요 나현님!! 사용자 정보를 id만 저장하고 있기 때문에 사용하지 않는 코드라서 삭제합니당 🥹🥲

@ParkSohyunee ParkSohyunee merged commit 1d20bae into 8-Sprinters:dev Jun 3, 2024
1 of 2 checks passed
Eugene-A-01 added a commit that referenced this pull request Jun 5, 2024
…247)

* Fix: 댓글 기능 추가(댓글 줄바꿈 표시, 비회원 댓글창 클릭시 로그인 모달, 답글 작성자 프로필 클릭 로직 추가), 인트로 페이지 영상 ios 자동재생 문제 테스트 (#242)

* Feat: 답글 프로필 클릭시 해당 유저 마이리스트 페이지도 이동하도록 하는 기능 구현

* Fix: 비회원 댓글창 클릭시 로그인 모달 뜨게 구현

* Feat: textarea 출력시 줄바꿈 인식되게 수정

* Fix: 인트로 페이지 영상 ios에서 자동재생 안되는 문제 (테스트)

* Fix: 답글도 줄바꿈 되도록 수정

* Fix: 댓글 작성 폼 모달 GTM id 수정

* Refactor: refreshToken 만료시간 재설정 (#241)

* Style: 주석 정리

* Feat: useUser store에 사용하지 않는 accessToken 저장 로직 삭제 (사용자 id값만 저장되도록 수정)

* Feat: refreshToken 쿠키 만료시간 재설정

* Feat: 개인정보 처리방침 페이지 연결 추가

* fix: 콜렉션 페이지 bottom nav에 가려지는  하단부 여백 추가

---------

Co-authored-by: 강나현 <[email protected]>
Co-authored-by: Sohyun Park <[email protected]>
Co-authored-by: Seoyoung <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants