feat(web, server): 회원 프로필 및 로그인·마이페이지 구현 - #18
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
WhyLog AI 리뷰결과: ✅ 차단 항목 없음 · 모델: OpenAI PR 리뷰 문서: 차단없음 제안없음 이 코멘트는 새 실행 때 갱신됩니다. 차단 항목은 사람이 타당성을 확인한 뒤 수정하세요. |
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.
작업내용
MyInfo마이페이지와 타인이 보는 멤버 프로필 API·화면 분리docs/domain.md정책 기록포함된 영역
예측 (작업 초기 PR 생성 시 작성)
결과 (머지 전 작성)
리뷰 요청
global/external/email, refresh-token cookie/security,Member및 Flyway V2~V6 영향 확인S3Client.getFileUrl()은 키 인코딩과 URL 문자열 조립만 하며 네트워크 요청을 하지 않습니다. 구현 근거로 기존 지적 재검토를 요청합니다. 무관한 회의 오디오 트랜잭션 리팩터링은 이번 추가 변경에서 제외했습니다.메모
.env, 비밀값, 임시 테스트·QA 도구는 미포함. 배포에는 Gmail SMTP, 인증 코드 HMAC secret, JWT/암호화 키를 주입하고 HTTPS에서REFRESH_TOKEN_COOKIE_SECURE=true필요.UNVERIFIED로 유지하고 기존POST /api/auth/email-verifications재호출. 로그인EMAIL_VERIFICATION_REQUIRED는 인증 화면,RECOVERY_REQUIRED는 복구 화면으로 이동.