-
Notifications
You must be signed in to change notification settings - Fork 0
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] Member domain 구성 #4
Comments
daehwan2yo
added a commit
that referenced
this issue
Dec 22, 2021
daehwan2yo
added a commit
that referenced
this issue
Dec 22, 2021
🌞[INIT]-#4-Member Entity 및 interface구성
daehwan2yo
added a commit
that referenced
this issue
Dec 27, 2021
## 개요 회원의 로그인과 관련된 커밋이다. 프런트에서 인증된 oauth에 대해서 1. db에 해당 회원이 있는지 확인 2. 있다면 jwt 생성 후 반환 3. 없다면 디비에 정보 삽입 후 jwt 반환 ## 작업사항 OauthController : API OauthService : Oauth에 대해 파싱하는 작업을 수행한다. AuthService : 회원의 가입과 기존에 회원이 가입 되었는지 확인하는 작업을 수행한다. MemberRepository : Member 와 db 연동 API OauthInfo : oauth 와 관련된 정보를 전달하는 interface, KakaoOauthInfo 는 카카오와 관련된 정보를 전달해주는 구현체이다.
Merged
daehwan2yo
added a commit
that referenced
this issue
Dec 27, 2021
MemberAPI -> MemberAuthMessage 및 디렉토리 이동
daehwan2yo
added a commit
that referenced
this issue
Dec 27, 2021
field 중 Member 에 대해서 public -> private
daehwan2yo
added a commit
that referenced
this issue
Dec 27, 2021
## 개요 jwt 유효시간 검증 변경 기존에 반대로 검증을 함
daehwan2yo
added a commit
that referenced
this issue
Dec 27, 2021
## 개요 MemberAPI : getMemberInfo() 현재 로그인된 회원의 정보를 불러온다.
daehwan2yo
added a commit
that referenced
this issue
Dec 27, 2021
## 개요 변경된 enum MemberAuthMessage 에 대해 import path를 변경한다.
Merged
daehwan2yo
added a commit
that referenced
this issue
Dec 28, 2021
daehwan2yo
added a commit
that referenced
this issue
Dec 28, 2021
daehwan2yo
added a commit
that referenced
this issue
Dec 28, 2021
daehwan2yo
added a commit
that referenced
this issue
Dec 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🤗 구현하는 기능
Member domain을 구성 및 구현한다.
😳 목표 기간
~12/22
😤 To-do
😋 참고사항
feature : member
The text was updated successfully, but these errors were encountered: