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

[feat] Token 반환하는 로직과, Redis + Refresh Token => Access Token을 재발급 받는 로직 구현 #15

Open
4 tasks
rlarlgnszx opened this issue May 27, 2024 · 0 comments · May be fixed by #16
Open
4 tasks
Assignees
Labels
개발 개발

Comments

@rlarlgnszx
Copy link
Member

rlarlgnszx commented May 27, 2024

구현 내용

Token 반환하는 로직과, Redis + Refresh Token => Access Token을 재발급 받는 로직 구현

태스크

  • Redis 연결
  • 맨처음 사용자 생성시 Access,Refresh Token 반환
  • AccessToken은 인증인가에만 사용 , RefreshToken으로는 AccessToken 생성만 로직 적용
  • Refresh TTL 적용해 생성하고 Redis에 저장하는 로직 구현
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
개발 개발
Projects
Status: Done
1 participant