Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1. 코드 Summary
(어떤 기능을 구현했는지보다 코드를 작성할 때 어떤 점을 신경써서 구현했는지, 어떻게 구현했는지를 최대한 구체적으로 작성해주세요.)
큰 흐름
[사용자] - (버튼) --> login.jsx 실행
코드
콜백 페이지에서 두 URL(카카오 > 앱 혹은 카카오 > 로컬 > 앱) 케이스를 모두 처리
await supabase.auth.verifyOtp({ email, token: oob_code, // 쿼리에서 꺼낸 oob_code type: 'magiclink', // 보통 'magiclink' });await supabase.auth.exchangeCodeForSession(code);2. Key Changes
(같은 과제를 다시 제출하는 경우에만 변경사항을 입력해주세요.)
3. Reference
(코드 작성하면서 참고한 블로그/문서 등을 참조해주세요! 링크와 함께 어떤 기능을 수행할 때 참조했는지 짧게 작성해주세요.)
Tip
supbase 서비스 이해 (https://velog.io/@manner9945/supabase-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0-6tyu3xcx)
4. Report
(노션에 작성한 스터디 회고 링크를 첨부해주세요.)
5. 구현한 화면 스크린샷