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

[hw#4] 6주차 실습 과제 #11

Open
elive7 opened this issue May 29, 2024 · 0 comments · May be fixed by #12
Open

[hw#4] 6주차 실습 과제 #11

elive7 opened this issue May 29, 2024 · 0 comments · May be fixed by #12
Assignees

Comments

@elive7
Copy link
Contributor

elive7 commented May 29, 2024

구현 내용 📌

  • 로그인을 진행할 때 AccessToken과 Refresh Token을 함께 반환하는 로직 구현
  • Redis를 활용해 Refresh Token으로 Access Token을 재발급 받는 로직 구현

태스크 ✏️

  • Redis 세팅
  • 로그인 진행시 refresh token 생성해 redis에 저장하고 refresh 토큰을 반환하는 로직 작성
  • access token 만료시 에러 메세지 출력 로직 작성
  • Refresh Token으로 Access Token을 재발급 받는 로직 작성
@elive7 elive7 self-assigned this May 29, 2024
@elive7 elive7 changed the title [hw#4] 클론 코딩 과제 4 [hw#4] 6주차 실습 과제 Jun 2, 2024
@elive7 elive7 linked a pull request Jun 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant