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

[Fix/igw 65/145] JWT 토큰 재발급/회원가입 리디자인 반영 #150

Merged
merged 9 commits into from
Jan 10, 2025

Conversation

hyeona01
Copy link
Contributor

Related issue 🛠

Work Description ✏️

  • access token이 만료되었을 때, refresh token으로 JWT 토큰 재발급
    (1) access token 401 에러 코드 인터셉트
    (2) refresh token이 있는 경우, JWT 토큰 재발급 api 수행
    (3) 그 사이에 401 에러로 반환된 요청을 큐에 저장
    (4) JWT 토큰 재발급이 완료되면 큐에 있는 요청을 재실행
  • 회원가입 리디자인 반영(뒤로가기 추가)

Uncompleted Tasks 😅

  • Personal Information 수정 기능 추가 (디자인 작업 중)

To Reviewers 📢

@hyeona01 hyeona01 added ✨ Feature New feature or request 🎨 Html&CSS Markup & Styles 📭 API Server API communication labels Jan 10, 2025
@hyeona01 hyeona01 self-assigned this Jan 10, 2025
@hyeona01 hyeona01 removed the request for review from bianbbc87 January 10, 2025 03:34
Copy link
Contributor

@naarang naarang left a comment

Choose a reason for hiding this comment

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

수고하셨습니다! 현재 accessToken, refreshToken을 모두 같은 localStorage에 저장하는 부분은 나중에 개선하면 좋을 것 같아요! 제가 이번주 일욜 회의 때 한 번 얘기해보겠습니다!

@MrMirror21 MrMirror21 merged commit 74d1654 into main Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📭 API Server API communication ✨ Feature New feature or request 🎨 Html&CSS Markup & Styles
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[feature] - 회원가입/로그인 디자인 재배치
3 participants