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

[#55] feat: 로그인, 회원가입 시 토큰 발급과 refreshToken 관리 #58

Merged
merged 4 commits into from
Aug 11, 2023

Conversation

kdomo
Copy link
Member

@kdomo kdomo commented Aug 11, 2023

연관 이슈

작업내용

  • refreshToken을 redis를 활용하여 저장
  • data redis를 사용하여 Entity로 접근
  • TokenGenerateService로 중복코드 제거
  • 리프레쉬 실행시 리프레쉬 토큰도 재발급 (보안향상)

@kdomo kdomo added the ✨ Feature 기능 개발 label Aug 11, 2023
@kdomo kdomo self-assigned this Aug 11, 2023
@sonarcloud
Copy link

sonarcloud bot commented Aug 11, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 39 Code Smells

28.3% 28.3% Coverage
0.0% 0.0% Duplication

@kdomo kdomo merged commit 00c8775 into develop Aug 11, 2023
3 checks passed
@kdomo kdomo deleted the feature/#55 branch August 11, 2023 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

로그인, 회원가입 시 토큰 발급과 refreshToken 관리
1 participant