-
Notifications
You must be signed in to change notification settings - Fork 2
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] 로그인 로직 #156
Merged
Merged
✨ [Feature] 로그인 로직 #156
Conversation
This file contains 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.
Summary
Describe your changes
로그인 개요
기존 구글 로그인을 제작함에 있어
@react-oauth/google
라이브러리를 사용하였으나, 인증만 하는 OpenId가 제공되는 상황에서 인증+인가까지 진행하는 OAuth2를 사용하는 것이 과하다고 판단하여 해당 라이브러리를 사용하지 않고 제작하였습니다.반면, 42 로그인의 경우 방식이 OAuth2 + Redirect Url로 고정되어 있어 해당 방식을 사용하였습니다.
로그인 버튼 제작
Apollo Req & Res Interceptor
Issue number and link