-
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
Issue 319 애플 로그인 구현 #55
base: develop
Are you sure you want to change the base?
The head ref may contain hidden characters: "ISSUE-319--\uC560\uD50C-\uB85C\uADF8\uC778-\uAD6C\uD604"
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apple측 인증까지는 잘 작성이된거같은데 supabase에서 authentication의 Apple Provider가 연동되는 로직이 없는거같습니다
console.log('Decoded Token:', decodedToken) | ||
|
||
const { sub: appleUserId, email } = decodedToken as any | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저희가 사용하는 supabase의 authentication에 provider로 애플 소셜로그인이 등록되어야 하는 로직이 필요한거같네요
supabase authentication에 등록이 되고 인증이되면
supabase측에서 session을 제공해주는데 이를 클라이언트로 response내려줘야하는거로 알고있네요
추가로 말씀드리면 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
전반적으로 스크럼/회의때 설명해주시면 좋을 것 같아요!
📌 관련 이슈
✨ PR 세부 내용
⌛ 소요 시간