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

[feat] 로그인 및 회원가입 기능 #11

Merged
merged 26 commits into from
Jan 1, 2024
Merged

Conversation

ziiyouth
Copy link
Member

@ziiyouth ziiyouth commented Dec 30, 2023

Related Issue 🪢

Summary 🌿

  • RoomType/RoomType Converter를 member->post로 옮겼습니다.
  • 비밀번호 암호화 처리
  • major는 별도의 major DB에서 검색해서 정보 조회한 뒤 프론트에서 string으로 보내주는 방식 맞을까요? (일단 string 입력으로 구현함)
  • 회원가입 API
  • 로그인 API
  • 이메일 중복확인 처리 - 인증번호 API에 추가
  • 비밀번호 재설정 API

Before i request PR review 🧤

  • jwt 잘 썼는지 봐주세요.. 엉엉

@ziiyouth ziiyouth added the FEAT 새로운 기능을 추가 label Dec 30, 2023
@ziiyouth ziiyouth self-assigned this Dec 30, 2023
@OJOJIN
Copy link
Contributor

OJOJIN commented Dec 31, 2023

jwt 토큰 발급하는 부분 저렇게 쓰면 될 것 같아요. 수고하셨습니다!

Copy link
Contributor

@RyuKwanKon RyuKwanKon left a comment

Choose a reason for hiding this comment

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

리뷰가 늦었네요.. 죄송합니다. 프로필 enum으로 관리하는게 너무 좋은 것 같아요.

Copy link
Contributor

@OJOJIN OJOJIN left a comment

Choose a reason for hiding this comment

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

추가적인 코멘트 남겼습니다.

Copy link
Contributor

Choose a reason for hiding this comment

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

음! 지금 생각해보니 refreshToken 발급받은거를 redis에 저장하는 부분이 빠져있는 것 같아요.

@ziiyouth ziiyouth merged commit e284a18 into develop Jan 1, 2024
1 check passed
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 this pull request may close these issues.

[feat] 로그인/회원가입 기능
3 participants