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

로그인 DTO, 컨트롤러 구현 #52

Merged
merged 6 commits into from
Aug 26, 2024
Merged

Conversation

medoeun
Copy link
Collaborator

@medoeun medoeun commented Aug 26, 2024

🎟️ 관련 이슈

Fixes #38

👩‍💻 구현 내용

  • 로그인 요청 처리 컨트롤러 구현
  • 로그인 요청 및 응답 DTO 작성
  • 로그인 실패 시 예외 처리 일부
  • 테스트 코드 작성 및 수정
  • Swagger 문서 수정

💬 코멘트

간단한 구현은 완료된 것 같으나 부족한 부분이 많아서 계속해서 작업하겠습니다!
비밀번호 인코딩 적용 시 로그인 실패하는 문제를 해결해야 할 것 같습니다.

💭 고려한 점

@medoeun medoeun linked an issue Aug 26, 2024 that may be closed by this pull request
5 tasks
Copy link

📊 Jacoco Test Coverage

Overall Project 42.85% -3.63% 🍏
Files changed 28.85% 🍏

File Coverage
SecurityConfig.java 100% 🍏
StatusCode.java 95.45% 🍏
CustomAuthenticationEntryPoint.java 20% -80% 🍏
CustomAccessDeniedHandler.java 16.67% -83.33% 🍏
AuthController.java 14% -86% 🍏
CustomUserDetailsService.java 12.12% -15.15% 🍏
CustomUserDetails.java 0% -34.78% 🍏

@medoeun medoeun merged commit 5ca89d3 into main Aug 26, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

로그인 API와 컨트롤러 구현
1 participant