Skip to content

#05 회원가입#19

Merged
uni-zun merged 5 commits intodevelopfrom
13-5-회원가입
Dec 13, 2024

Hidden character warning

The head ref may contain hidden characters: "13-5-\ud68c\uc6d0\uac00\uc785"
Merged

#05 회원가입#19
uni-zun merged 5 commits intodevelopfrom
13-5-회원가입

Conversation

@kingkang85
Copy link
Copy Markdown
Contributor

#️⃣연관된 이슈

#13

📝작업 내용

SecurityConfig 수정

  • 모든 경로에 대한 인증 요구 제거

회원가입 기능 구현

  • /auth/join 경로로 POST 요청
  • 아이디 / 이메일 / 닉네임 중복 검사
  • 중복 검사 통과 시 User 테이블에 데이터 저장
  • 이때, 비밀번호는 암호화하여 저장

예외 처리

  • 예외 처리를 위한 exception 패키지 추가
  • 에러 메세지를 모두 모아 전달하도록 List 사용

스크린샷 (선택)

image
image

- /auth/join 경로로 POST 요청
- 아이디 / 이메일 / 닉네임 중복 검사
- 중복 검사 통과 시 User 테이블에 데이터 저장
- 이때, 비밀번호는 암호화하여 저장

Resolves: #13
- 회원가입 경로에 맞게 URL 접근 권한 수정

Related to: #13
- 개발 중 접근 편의성을 위해 모든 경로에 대한 인증 요구 제거함

Related to: #11
@kingkang85 kingkang85 self-assigned this Dec 13, 2024
@kingkang85 kingkang85 changed the title #5 회원가입 #05 회원가입 Dec 13, 2024
@kingkang85
Copy link
Copy Markdown
Contributor Author

kingkang85 commented Dec 13, 2024

아마 홍범님 것 merge한 후에 제 것 merge하면 SecurityConfig.java에서 충돌날 것 같은데, 마지막에 merge 하시는 분 제 코드를 선택해 주시면 됩니다..! 아님 말고용😵‍💫

Copy link
Copy Markdown
Contributor

@MinFe4990 MinFe4990 left a comment

Choose a reason for hiding this comment

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

Check!
@yunjaeeun 이 말한대로 /**로 수정해주셨네요!

@yunjaeeun
Copy link
Copy Markdown
Contributor

수고하셨습니다 개발 마무리 단계에 다같이 권한 관련해서 이야기 나눠보면 좋을 것 같네요

Copy link
Copy Markdown
Contributor

@KIM9909 KIM9909 left a comment

Choose a reason for hiding this comment

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

Security url 허용 부분과 회원가입 로직이 잘 작성된 것 같습니다 ! 굿굿
Conflict 발생해도 쉽게 해결할 수 있는 부분 같습니다

Copy link
Copy Markdown
Contributor

@LeeGukgeon LeeGukgeon left a comment

Choose a reason for hiding this comment

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

일단 인증 없이도 모든 경로로의 요청을 처리하기 위해서 config를 수정한 점 확인했습니다

Copy link
Copy Markdown
Contributor

@uni-zun uni-zun left a comment

Choose a reason for hiding this comment

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

check!!!

@uni-zun uni-zun merged commit 679c11a into develop Dec 13, 2024
uni-zun added a commit that referenced this pull request Dec 16, 2024
1. 레시피에 필요한 전체 재료도 가져옴
2. 필수재료 인지는 boolean 으로 구별
Related to : #19-2
uni-zun added a commit that referenced this pull request Dec 22, 2024
1. img 쓰기 위한 약간의 수정
Resolved : #19
uni-zun added a commit that referenced this pull request Dec 22, 2024
uni-zun added a commit that referenced this pull request Dec 24, 2024
1. 레시피 추천과 마찬가지의 작업함
Resolved #19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants