Skip to content

Feat/58 67/users auth api 함수 구현#78

Merged
ToKyun02 merged 6 commits intomainfrom
feat/58-67/users-auth-API-함수-구현
Feb 7, 2025

Hidden character warning

The head ref may contain hidden characters: "feat/58-67/users-auth-API-\ud568\uc218-\uad6c\ud604"
Merged

Feat/58 67/users auth api 함수 구현#78
ToKyun02 merged 6 commits intomainfrom
feat/58-67/users-auth-API-함수-구현

Conversation

@ToKyun02
Copy link
Owner

@ToKyun02 ToKyun02 commented Feb 7, 2025

❓이슈

✍️ Description

/users, /auth 도메인 API 함수 구현에 관한 PR입니다.

작업한 내용은 다음과 같습니다.

  1. 비밀번호 변경 API 함수
  2. 내 정보 조회 API 함수
  3. 내 정보 수정 API 함수
  4. 프로필 이미지 등록 API 함수

프로필 이미지 등록의 경우 Content-Type을 multipart/form-data으로 해야만 리퀘스트가 가능해서 이 API 함수만 헤더 설정을 변경했습니다.

{
image: 파일타입 값
}

형태로 body 내용을 리퀘스트를 보내서 정상 응답 확인했습니다.
(formData객체가 아니여도 가능)

✅ Checklist

PR

  • Branch Convention 확인

    feat/* 기능 구현, fix/* 버그 수정, refactor/* 개선

  • Base Branch 확인
  • 적절한 Label 지정
  • Assignee 및 Reviewer 지정

Test

  • 로컬 작동 확인

Additional Notes

  • (없음)

@ToKyun02 ToKyun02 added Priority: Medium 🔖 우선순위 보통 Type: Feature ✨ 신규 기능 labels Feb 7, 2025
@ToKyun02 ToKyun02 requested a review from cksrlcks February 7, 2025 12:21
@ToKyun02 ToKyun02 self-assigned this Feb 7, 2025
@vercel
Copy link

vercel bot commented Feb 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
taskify ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 7, 2025 0:21am

Copy link
Collaborator

@cksrlcks cksrlcks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨어요.
저도 api 함수들 작성할때, 상수파일에 밸리데이션 멘트 작성해야겠어요
감사합니다.

@ToKyun02 ToKyun02 merged commit 95db4e1 into main Feb 7, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Priority: Medium 🔖 우선순위 보통 Type: Feature ✨ 신규 기능

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feat: /auth API 함수 구현 Feat: /users API 함수 구현

2 participants