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

[Feature] #171 - 자동로그인 기능 구현 #172

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

kj9470
Copy link
Member

@kj9470 kj9470 commented Feb 17, 2025

🔮 작업한 내용

  • access token이 만료되었을 시 refresh token을 통해 재발급하는 기능을 구현했습니다.

💭 PR POINT

  • member ID가 받아와지지 않는 이슈가 있는데 loginStore에서 어떠한 이유로 계속 setLogout이 호출되는 것 같습니다.. 일단 nav 바에서도 없애고 설정을 변경해두긴 했는데 똑같은 이슈 발생하면 말씀 주세요!
  • 제가 추측했을 때에는 localStorage에서 token이 null이 되는 줄 알았는데..... loginStore에서 setLogout이 제일 먼저 호출되는 것 같아요..

🌈 관련 이슈

@kj9470 kj9470 added 🌱 Feat 새로운 기능 구현 🚐 정 labels Feb 17, 2025
@kj9470 kj9470 self-assigned this Feb 17, 2025
Copy link

netlify bot commented Feb 17, 2025

Deploy Preview for codiary ready!

Name Link
🔨 Latest commit 6587ac0
🔍 Latest deploy log https://app.netlify.com/sites/codiary/deploys/67b357b583554b000843f64b
😎 Deploy Preview https://deploy-preview-172--codiary.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@kj9470 kj9470 requested a review from zxc534 February 17, 2025 15:37
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.

[Feat] 자동로그인 구현
1 participant