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

[닉네임, 전화번호] 닉네임,전화번호 사용 여부 검증 #78

Closed
Minjae-An opened this issue May 8, 2024 · 0 comments · Fixed by #79
Closed

[닉네임, 전화번호] 닉네임,전화번호 사용 여부 검증 #78

Minjae-An opened this issue May 8, 2024 · 0 comments · Fixed by #79
Assignees
Labels
✨ feat 새로운 기능 추가

Comments

@Minjae-An
Copy link
Contributor

Minjae-An commented May 8, 2024

작업에 대한 설명

  • 닉네임 사용 여부 검증 비즈니스 로직 및 API 구현
  • 전화번호 사용 여부 검증 비즈니스 로직 및 API 구현
@Minjae-An Minjae-An added the ✨ feat 새로운 기능 추가 label May 8, 2024
@Minjae-An Minjae-An self-assigned this May 8, 2024
Minjae-An added a commit that referenced this issue May 8, 2024
회원 가입 과정 중 이미 사용 중인 닉네임인 지 여부를 확인하기 위해 사용.
인가 과정이 필요하지 않음.
Minjae-An added a commit that referenced this issue May 8, 2024
Minjae-An added a commit that referenced this issue May 8, 2024
회원 가입시 사용 중인 전화번호 검증을 위해 사용하기 때문에 인가 대상에서 제외
@Minjae-An Minjae-An changed the title [닉네임, 핸드폰 번호] 닉네임, 핸드폰 번호 중복 검증 [닉네임, 전화번호] 닉네임,전화번호 중복 검증 May 8, 2024
@Minjae-An Minjae-An changed the title [닉네임, 전화번호] 닉네임,전화번호 중복 검증 [닉네임, 전화번호] 닉네임,전화번호 사용 여부 검증 May 8, 2024
Minjae-An added a commit that referenced this issue May 13, 2024
Minjae-An added a commit that referenced this issue May 13, 2024
* feat: 불필요한 미사용 코드 삭제(#78)

* feat: 사용 중인 닉네임 검증 요청 DTO 추가(#78)

* feat: 사용 중인 닉네임 검증 응답 DTO 추가(#78)

* feat: 사용 중인 닉네임 검증 로직 추가(#78)

* feat: 사용 중인 닉네임 검증 API 추가(#78)

* feat: 사용 중인 닉네임 확인 API, 인가 대상에서 제외(#78)

회원 가입 과정 중 이미 사용 중인 닉네임인 지 여부를 확인하기 위해 사용.
인가 과정이 필요하지 않음.

* feat: 사용 중인 전화번호 검증 요청 DTO 추가(#78)

* feat: 사용 중인 전화번호 검증 응답 DTO 추가(#78)

* docs: 명세에 필드 값 예시 추가(#78)

* docs: 명세 설명 수정(#78)

* feat: 사용 중인 전화번호 검증 로직 추가(#78)

* feat: 사용 중인 전화번호 검증 API 추가(#78)

* feat: 사용 중인 전화번호 검증 API, 인가 대상에서 제외(#78)

회원 가입시 사용 중인 전화번호 검증을 위해 사용하기 때문에 인가 대상에서 제외

* refactor: 코드 정렬 수정(#78)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat 새로운 기능 추가
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant