Skip to content

Feat/#11 로그인 API 구현 - #14

Merged
02-wooki merged 24 commits into
mainfrom
feat/#11
Aug 26, 2025
Merged

Feat/#11 로그인 API 구현#14
02-wooki merged 24 commits into
mainfrom
feat/#11

Conversation

@lgw323

@lgw323 lgw323 commented Aug 17, 2025

Copy link
Copy Markdown
Collaborator

#️⃣ 연관된 이슈

close #11


🔎 작업 내용

  • 기존 member 도메인에 있던 로그인 관련 로직을 auth 도메인으로 분리
  • Auth 도메인 구조 생성
  • 로그인 요청 DTO 작성
  • 로그인 서비스 작성
  • 로그인 컨트롤러 작성
  • 로그인 컨트롤러 API문서 작성
  • 로그인 서비스 테스트
  • 로그인 컨트롤러 테스트

✅ Checklist

  • 커밋 메시지 컨벤션에 맞게 작성했습니다.
  • 변경 사항에 대한 테스트를 했습니다.
  • 필요 없는 import문이나 setter 등을 삭제했습니다.
  • 기존의 코드에 영향이 없는 것을 확인했습니다.

💬 리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

image image image

@lgw323 lgw323 self-assigned this Aug 17, 2025
@lgw323 lgw323 added the feature New feature label Aug 17, 2025
@github-actions

github-actions Bot commented Aug 17, 2025

Copy link
Copy Markdown

Test Coverage Report

Overall Project 100% 🍏
Files changed 100% 🍏

File Coverage
AuthController.java 100% 🍏
MemberService.java 100% 🍏
JwtUtil.java 100% 🍏
AuthService.java 100% 🍏
MemberController.java 100% 🍏

Comment thread src/main/java/kr/ac/ks/cs_web_back/global/jwt/JwtUtil.java Outdated
Comment thread src/main/java/kr/ac/ks/cs_web_back/domain/auth/service/AuthService.java Outdated

@02-wooki 02-wooki left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

오츠카레사마데시타

@02-wooki
02-wooki merged commit d7d889f into main Aug 26, 2025
1 of 2 checks passed
@02-wooki
02-wooki deleted the feat/#11 branch August 26, 2025 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] 로그인 API 구현

2 participants