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] JWT Refresh Token 적용 #25

Open
3 of 4 tasks
Juser0 opened this issue May 6, 2023 · 0 comments
Open
3 of 4 tasks

[Feat] JWT Refresh Token 적용 #25

Juser0 opened this issue May 6, 2023 · 0 comments
Assignees
Labels
✨ New Feature 신규 기능 (목표, 달성률)

Comments

@Juser0
Copy link
Member

Juser0 commented May 6, 2023

📋 이슈 내용

JWT Refresh Token 기능을 적용합니다.
Refresh Token의 동작 방식은 다음과 같습니다
image
(ref : https://llshl.tistory.com/32의 이미지)

이때, Refresh Token을 저장할 저장소(캐시)와 토큰 발급 및 재발행을 담당하는 로직을 구현해야합니다

✅ 체크리스트

  • Refresh Token 저장소 선정 및 구축
  • Refresh Token 발급 로직 구현
  • Refresh Token으로 Access Token 발급 로직 구현
  • Access Token expired time 수정 (짧게)

📚 레퍼런스

@Juser0 Juser0 added the ✨ New Feature 신규 기능 (목표, 달성률) label May 6, 2023
eunki96 added a commit that referenced this issue May 11, 2023
📋 이슈 내용
JWT Refresh Token 기능을 적용합니다.

✅ 체크리스트
- user.User -> UserDetails implements 받음

📚 레퍼런스
Juser0 added a commit that referenced this issue May 12, 2023
[Feat] JWT Access Token 적용 #25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ New Feature 신규 기능 (목표, 달성률)
Projects
None yet
Development

No branches or pull requests

2 participants