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. 알게된 점
사용자가 로그인 버튼 클릭 -> 인가 코드 발급 -> 세션 교환 -> 성공 시 리다이렉트라는 카카오 로그인 기능의 흐름이 이해하는 데 도움이 되었다.
supabase의 signInWithQAuth와 exchangeCodeForSession을 이용하면 프론트에서 백엔드 없이, 복잡한 인증 과정 없이 카카오로그인 구현이 가능하다는 것을 알게 되었다.
url 파라미터 처리를 통해 리디렉션 경로 설정을 하는 법을 알게되었다.
(어떤 기능을 구현했는지보다 코드를 작성할 때 어떤 점을 신경써서 구현했는지, 어떻게 구현했는지를 최대한 구체적으로 작성해주세요.)
2. /profile 리디렉션 사진 제출