Skip to content

Feature/#76 카카오 OAuth 성공 리다이렉트 처리 추가 - #78

Merged
GiY5ngKim merged 1 commit into
developfrom
feature/#73-oauth-success-redirect
Aug 10, 2026
Merged

Feature/#76 카카오 OAuth 성공 리다이렉트 처리 추가#78
GiY5ngKim merged 1 commit into
developfrom
feature/#73-oauth-success-redirect

Conversation

@GiY5ngKim

Copy link
Copy Markdown
Contributor
  • OAuth 로그인 진입 엔드포인트 추가
  • 허용된 프론트 리다이렉트 URL 저장 및 검증 처리
  • 로그인 성공 시 refreshToken 쿠키 발급 후 프론트로 리다이렉트
  • accessToken은 기존 재발급 API(/api/auth/reissue)를 통해 수령하도록 유지
  • 로그인 성공 응답 상태코드 401 -> 200 수정
  • 로컬 프론트 연동을 위한 localhost:5173 CORS 허용 추가

- OAuth 로그인 진입 엔드포인트 추가
- 허용된 프론트 리다이렉트 URL 저장 및 검증 처리
- 로그인 성공 시 refreshToken 쿠키 발급 후 프론트로 리다이렉트
- accessToken은 기존 재발급 API(/api/auth/reissue)를 통해 수령하도록 유지
- 로그인 성공 응답 상태코드 401 -> 200 수정
- 로컬 프론트 연동을 위한 localhost:5173 CORS 허용 추가
@coderabbitai

coderabbitai Bot commented Aug 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 9d9d58b5-64ed-41a9-b6aa-9153fc42d604

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@GiY5ngKim
GiY5ngKim merged commit 5ed06bb into develop Aug 10, 2026
2 checks passed
GiY5ngKim added a commit that referenced this pull request Aug 10, 2026
permitAll에 /api/auth/reissue 추가
GiY5ngKim added a commit that referenced this pull request Aug 10, 2026
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.

1 participant