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

Feature : kakao login api 구현 #67

Merged
merged 6 commits into from
Nov 7, 2023
Merged

Conversation

guesung
Copy link
Collaborator

@guesung guesung commented Oct 3, 2023

💡 왜 PR을 올렸나요?

💁 무엇이 어떻게 바뀌나요?

  1. 카카오 로그인 api를 구현하였습니다.
    Oct-03-2023 14-33-52
  2. 토큰은 쿠키에 저장됩니다. localStorage는 서버에서 접근이 불가능하여 서버 측 hydration이 불가능하여 cookie에 저장하였습니다.
  3. privateApi 인스턴스를 만들어 토큰 설정까지 하였습니다. 이제 토큰이 필요한 api(e.g. 북마크)를 사용할 때는 publicApi가 아닌 privateApi를 사용하면 됩니다.

📆 작업 예정인 것이 있나요 ?

  • 로그인 후 menu페이지에 프로필이미지 및 이메일 띄우기

💬 리뷰어분들께

@guesung guesung added the ✨ Feat 새로운 기능 개발 label Oct 3, 2023
@guesung guesung self-assigned this Oct 3, 2023
@guesung guesung requested a review from seondal as a code owner October 3, 2023 05:37
@seondal seondal changed the base branch from main to develop October 17, 2023 04:59
@seondal seondal merged commit 794dcc5 into develop Nov 7, 2023
2 checks passed
@seondal seondal deleted the feature/66-kakao-login-api branch November 7, 2023 14:28
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 : kakao 로그인 api
2 participants