Skip to content

Refactor/#24 카카오 api 테스트#27

Open
yoon828 wants to merge 7 commits intodevelopfrom
Feat/#24
Open

Refactor/#24 카카오 api 테스트#27
yoon828 wants to merge 7 commits intodevelopfrom
Feat/#24

Conversation

@yoon828
Copy link
Copy Markdown
Contributor

@yoon828 yoon828 commented Jul 17, 2022

서버 구축 후 카카오 로그인 테스트

  • 카카오 로그인 기능 테스트 완료

  • context api 구축

  • const user = useUserState(); 사용해서 유저 정보 조회 가능

  • 로컬 스토리지에는 socialType, accesstoken 정보 저장, context-api 에는 유저 정보 저장

@yoon828 yoon828 added the request merge This issue or pull request already exists label Jul 17, 2022
@yoon828 yoon828 changed the title Refactor : #24 카카오 api 테스트 Refactor/#24 카카오 api 테스트 Jul 17, 2022
@yoon828 yoon828 self-assigned this Jul 17, 2022
console.log(nickname);
// 구글 0 , 카카오 1
console.log(socialLoginType);
if (email) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

카카오 로그이을 했는데 parameter에 email이 없는 경우가 있어서 이 if문에 들어오지 못하는 경우가 있습니다..!

@hanyoonseok hanyoonseok self-requested a review July 18, 2022 12:33
Copy link
Copy Markdown
Contributor

@hanyoonseok hanyoonseok left a comment

Choose a reason for hiding this comment

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

로그인을 했는데도 nav 메뉴에 로그아웃이 아닌 로그인하기가 있습니다!

@hanyoonseok hanyoonseok added wontfix This will not be worked on and removed request merge This issue or pull request already exists labels Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wontfix This will not be worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants