feat(server): 회원 프로필과 계정 생명주기 구현 - #18
Open
wantkdd wants to merge 25 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
WhyLog AI 리뷰결과: ❌ 리뷰 실행 실패
Gemini와 OpenRouter 설정 또는 일시 장애를 확인하세요. 리뷰가 생성되지 않으면 quality gate는 통과하지 않습니다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
작업내용
docs/domain.md에 간략히 기록웹 구현은 이 PR에 포함하지 않으며, 서버 계약 기준으로 별도 점검 후 올립니다.
포함된 영역
예측 (작업 초기 PR 생성 시 작성)
결과 (머지 전 작성)
리뷰 요청
global/external/email, refresh-token cookie/security,Member엔티티와 Flyway V2~V6 영향 확인 요청메모
UNVERIFIED로 남고, 같은 이메일로POST /api/auth/email-verifications를 다시 호출할 수 있습니다. 로그인 시에는EMAIL_VERIFICATION_REQUIRED로 인증 화면 이동이 필요합니다..env와 비밀값은 Git에 포함하지 않았습니다. 배포 환경에는 Gmail SMTP, 이메일 코드 HMAC secret, 운영용 JWT/암호화 키를 별도로 주입하고 HTTPS에서는REFRESH_TOKEN_COOKIE_SECURE=true가 필요합니다.check-env.sh, Gradle test/Spotless/Checkstyle/compileJava, 서버 기동, Flyway V1~V6 검증, 실제 회원가입 API HTTP 200 및 Gmail 인증 메일 발송, 로컬 최종 AI 코드 리뷰 PASSserver quality는 통과했습니다. 공식 AI 리뷰는 두 번 모두 Gemini HTTP 403 및 OpenRouter 빈 응답으로 실행 자체가 실패했으며, 코드 차단 판단은 생성되지 않았습니다.