Skip to content

1주차 과제 구현 - 양준영 #3

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

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

Conversation

Neibce
Copy link

@Neibce Neibce commented Apr 8, 2025

변경점 👍

6개의 엔드포인트 구현

  • 회원가입 POST /auth/register
  • 로그인 POST /auth/login
  • 로그아웃 POST /auth/logout
  • AccessToken 재발급 POST /auth/refresh
  • 로그인한 유저 정보 수정 PUT /user/me
  • 로그인한 유저 탈퇴 DELETE /user/me

스크린샷 🖼

https://devlog.jun0.dev/swagger-ui/index.html
image

비고 ✏

  • 각종 예외처리는 완료하였으나(입력값 검증 등..) API 문서에 아직 다 담지 못해 수정 필요..
  • Spring Security 필터에 의해 발생한 403에 대해 Response Body가 비어있어 수정 필요..

sinsehwan added a commit that referenced this pull request Apr 11, 2025
add and modify : signup validation implement
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