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

Feature: OAuth 구현(#16) #77

Merged
merged 8 commits into from
Nov 25, 2024
Merged

Conversation

yooooonshine
Copy link
Member

issue

구현 사항

  • 카카오 서버의 인가 코드 응답이 백엔드로 오도록 설정
  • 이를 통해 카카오 AccessToken을 발급 받고, 이 AccessToken으로 유저 회원가입 or 로그인하는 기능 구현

아쉬운 점

  • 현재 서버 토큰은 url을 통해 응답하고 있다 추후 이걸 cookie 방식으로 변경하여 보안을 높여야 한다.

기본 FailureHandler가 위 url로 리다이렉팅 되도록 구현되어 있으므로 직접 구현해서 200응답을 반환하도록 변경하였다.
redirect url 방식으로 토큰을 응답하기에 일반적으로 프론트에서 body정보를 받아올 수 없었다.
따라서 url에 담아 redirect 시키면
프론트의 redirect 된 페이지에서 정보를 받아오게 하였다.

다만 이 방식은 보안에 취약하므로 추후 cookie방식으로 변경할 예정이다.
@yooooonshine yooooonshine linked an issue Nov 25, 2024 that may be closed by this pull request
1 task
@yooooonshine yooooonshine self-assigned this Nov 25, 2024
@yooooonshine yooooonshine merged commit e743330 into develop Nov 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

카카오 소셜 로그인 적용 (OAuth 2.0)
1 participant