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

카카오 로그인 고도화 + 로그인 로그아웃 시 콜백 url 적용 #486

Merged

Conversation

hyesungoh
Copy link
Member

@hyesungoh hyesungoh commented Mar 16, 2024

🤔 해결하려는 문제가 무엇인가요?

제목이곧내용

@@ -23,7 +23,7 @@ const KakaoLoginButton = () => {
return (
<div css={KakaoLoginWrapper}>
이미 질문폼이 있다면?
<button type="button" css={KakaoLoginButtonCss} onClick={loginHandler}>
<button type="button" css={KakaoLoginButtonCss} onClick={() => loginHandler({ callbackUrl: '/gallery' })}>
Copy link
Member

Choose a reason for hiding this comment

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

👍

Copy link
Member

@sumi-0011 sumi-0011 left a comment

Choose a reason for hiding this comment

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

감사합니다 :D
제가 바로 머지할게요!

@sumi-0011 sumi-0011 merged commit 63e0010 into feat/gallery-home Mar 18, 2024
1 check passed
@sumi-0011 sumi-0011 deleted the feat/gallery/auth-options-and-callback-url branch March 18, 2024 06:44
sumi-0011 added a commit that referenced this pull request Mar 20, 2024
* refactor: bottom bar 주석처리

* feat: 로그인 상태면 / -> gallery

* 카카오 로그인 고도화 + 로그인 로그아웃 시 콜백 url 적용 (#486)

* feat: kakao login callback with options

* feat: apply callbackUrl

* refactor: session callback

* refactor: 타입 설정 및 로직 줄이기

* chore: dpes

* fix: build error fix

---------

Co-authored-by: hyesung oh <haesungoh414@gmail.com>
Co-authored-by: byun sumi <sumi@adenasoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants