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 AccessToken & RefreshToken 구현 #149

Merged
merged 2 commits into from
Jan 24, 2024

Conversation

synoti21
Copy link
Contributor

  • 단일 JWT 토큰을 AccessToken, RefreshToken으로 이분화
  • AccessToken은 1시간으로 단축
  • RefreshToken은 Redis에 저장되며, AccessToken 재발급 용도

@synoti21 synoti21 added the feat 기능 구현 label Jan 24, 2024
@synoti21 synoti21 requested a review from win-luck January 24, 2024 09:57
@synoti21 synoti21 self-assigned this Jan 24, 2024
@synoti21 synoti21 linked an issue Jan 24, 2024 that may be closed by this pull request
@win-luck
Copy link
Contributor

쉽지 않은 깐깐한 작업이었는데 고생하셨습니다!

@win-luck win-luck merged commit ba06d10 into master Jan 24, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: Jwt Access & Refresh Token 구현
2 participants