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

메일 인증 API를 두 단계로 분리 및 수정 #98

Closed
wants to merge 1 commit into from

Conversation

kih00
Copy link
Collaborator

@kih00 kih00 commented Feb 22, 2025

작업 내용

  • 주요 변경 사항 요약
  • 메일 인증 API를 수정: (기존) 회원가입 API 먼저 받아 인증 메일을 보내고 메일 인증 API로 인증 완료 -> (수정) 메일 인증 요청 API, 메일 인증 확인 API, 회원가입 API 순으로 요청받아 작동
  • 회원가입 API 로직 수정: (기존) 단순 회원 정보를 DB에 등록 -> (수정) 회원 정보 등록 후 로그인 처리까지 하여 로그인 응답을 반환 + 회원가입 시 인증된 메일인지 확인하는 로직 추가
  • 비밀번호 초기화 로직 수정: 메일 인증 과정을 회원가입 시와 동일한 요청 API -> 인증 API로 처리
  • 메일 인증을 여러 번 하는 문제 수정
  • 기타 자잘한 수정
  • 관련 이슈 번호 (e.g., #123)

테스트 결과

  • 로컬에서 테스트 완료
  • CI 통과 여부 확인

참고 사항

  • 추가적인 설명이 필요하다면 작성해주세요.

@kih00 kih00 closed this Feb 22, 2025
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.

1 participant