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

Week 06 과제 #11

Open
4 tasks done
Yangdaehan opened this issue May 27, 2024 · 0 comments · May be fixed by #12
Open
4 tasks done

Week 06 과제 #11

Yangdaehan opened this issue May 27, 2024 · 0 comments · May be fixed by #12
Assignees

Comments

@Yangdaehan
Copy link
Contributor

Yangdaehan commented May 27, 2024

구현 내용

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

태스크

  • Refresh Token 발급
  • Redis 에 Refresh Token 저장
  • 클라이언트에 Access Token, Refresh Token 반환
  • 클라이언트가 API 호출 시, 유저의 refresh token을 검증하여 access 토큰 재발급
@Yangdaehan Yangdaehan self-assigned this May 27, 2024
@Yangdaehan Yangdaehan linked a pull request Jun 1, 2024 that will close this issue
2 tasks
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