Feat/#13 회원가입 구현 + 인증 흐름 정리#15
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
#️⃣ 연관된 이슈
📝 작업 내용
회원가입 기능을 구현하고, 전체적인 인증 흐름을 정리했습니다!
1️⃣ 회원가입 기능 구현
/api/signupAPI + 응답 DTO 설계2️⃣ 인증 기반 구조 구축
JwtAuthenticationFilter적용 및 등록3️⃣ 인증 사용자 처리 & 유틸
@CurrentMember어노테이션 구현/api/member/me)/api/member/fcm)4️⃣ 테스트 및 문서화
SignupControllerTest작성,AuthControllerTest수정auth.adoc) 작성5️⃣ 의존성 추가
spring-boot-starter-security,spring-security-test스크린샷
💬 리뷰 요구사항
🙇♀️ 구현은 최선을 다해 진행했지만, 코드 흐름에 대한 이해가 부족한 부분이 있습니다.
어색한 로직이 있다면 편하게 코멘트 부탁드립니다 :)
📌 회원가입 중복 실패 테스트와 애플 로그인 토큰 파싱 실패 테스트는 문서화(
.andDo(document(...))) 부분에서 오류가 발생해 일단 주석 처리해두었습니다.테스트 자체는 통과하며, 추후 응답 형식이나 문서 구조를 확인한 뒤 다시 문서화할 예정입니다!