forked from boostcampwm-2022/web05-SleepyWoods
-
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
캐릭터 이동 #4
Comments
JJongBin
pushed a commit
that referenced
this issue
Nov 17, 2022
- google OAuth를 통해 유저 accessToken 받기 - google Profile 조회 API를 통해 유저 정보 받기 - 받은 user id로 기존 유저인지 식별후 redirect 처리
JJongBin
pushed a commit
that referenced
this issue
Nov 20, 2022
- jwt 토큰에는 id, social 정보가 반영 - signup 페이지로 유도된 유저는 가입 버튼 눌렀을 시, authorization header의 토큰을 검증 받아야 가입 왼료됨
JJongBin
pushed a commit
that referenced
this issue
Nov 20, 2022
- login?social=['naver','kakao','google'] 이외의 social 입력 시 반환
JJongBin
pushed a commit
that referenced
this issue
Nov 20, 2022
- Validation pipe로 signupData를 유효성 검사 - signUp API 요청시 signupData 라는 객체 필수 - signupData = { nickname , characterName }
JJongBin
pushed a commit
that referenced
this issue
Nov 21, 2022
- API 들 redirect 안하고 send(200) 식으로 변경 - guard에서 DB 조회하는 로직을 변경
JJongBin
pushed a commit
that referenced
this issue
Dec 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
💁 설명
📑 체크리스트
🚧 주의 사항
The text was updated successfully, but these errors were encountered: