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

[TASK-409] 카카오 로그인 기능 구현 (using JWT) #16

Merged
merged 24 commits into from
May 22, 2024

Conversation

Kim-AYoung
Copy link
Collaborator

Description

TASK-409

결과

다음은 한 Member가 로그인 -> 로그아웃 -> 로그인 과정을 거치고 난 후의 DB 상태입니다.

  • Member 테이블 데이터
    Member 테이블 데이터

  • RefreshToken 테이블 데이터
    RefreshToken 테이블 데이터

More

  • 현재 테스트 코드가 구현되지 않아, 먼저 Spring Security 관련 notice매뉴얼을 통해 자세한 Security 설정 방법과 테스트 과정을 참고하시면 됩니다!

@Kim-AYoung Kim-AYoung added the ✨ Feature 기능 개발 label May 21, 2024
@Kim-AYoung Kim-AYoung requested a review from beautiflow May 21, 2024 07:46
@Kim-AYoung Kim-AYoung self-assigned this May 21, 2024
Copy link

Copy link

Test Results

1 tests   1 ✅  0s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit e28aac0.

Copy link

📝 Jacoco Test Coverage

Overall Project 0.13% -60.21% 🔴
Files changed 0% 🔴

File Coverage
BaseEntity.java 18.75% -25% 🔴
WebConfig.java 0% 🔴
MemberOnlyChecker.java 0% 🔴
SecurityConfig.java 0% 🔴
JwtProperties.java 0% 🔴
MemberService.java 0% 🔴
AuthExceptionCode.java 0% 🔴
AuthException.java 0% 🔴
OAuth2SuccessHandler.java 0% 🔴
PrincipalOauth2UserService.java 0% 🔴
KakaoUserInfo.java 0% 🔴
JwtTokenProvider.java 0% 🔴
CookieUtils.java 0% 🔴
AccessTokenResponse.java 0% 🔴
MemberInfoResponse.java 0% 🔴
MemberException.java 0% 🔴
MemberExceptionCode.java 0% 🔴
RefreshTokenService.java 0% 🔴
LoginService.java 0% 🔴
LoginArgumentResolver.java 0% 🔴
Member.java 0% -83.51% 🔴
Role.java 0% 🔴
PrincipalDetails.java 0% 🔴
AuthMember.java 0% 🔴
LoginController.java 0% 🔴
MemberController.java 0% 🔴
RefreshToken.java 0% 🔴
TokenAuthenticationFilter.java 0% 🔴
LogoutFilter.java 0% 🔴

Copy link
Collaborator

@beautiflow beautiflow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM👏👏 좋습니다!!

@Kim-AYoung Kim-AYoung merged commit a7f19f2 into develop May 22, 2024
3 checks passed
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.

2 participants