Skip to content

Feat:소셜 로그인 구현 및 auth,token 서비스 구현#62

Merged
winchoose merged 2 commits intodevelopfrom
feat/social-login-token/#61
Feb 21, 2026
Merged

Feat:소셜 로그인 구현 및 auth,token 서비스 구현#62
winchoose merged 2 commits intodevelopfrom
feat/social-login-token/#61

Conversation

@winchoose
Copy link
Copy Markdown
Member

📌 Summary

  • PrivateRoute 컴포넌트 구현
  • OAuth 로그인 콜백 페이지 구현
  • AccessToken 저장 및 리다이렉트 처리
  • RefreshToken 기반 자동 재발급 로직(interceptor) 추가

📚 Tasks

카카오 로그인 이후 accessToken을 발급받고 로그인 상태를 기준으로 라우트 접근을 제어하도록 구현했습니다.
401 발생 시 refresh API를 통해 accessToken을 재발급받도록 처리했습니다.

📸 Screenshot

해당 작업에 대한 스크린샷 및 자료를 첨부해 주세요.
image

@winchoose winchoose self-assigned this Feb 21, 2026
@winchoose winchoose linked an issue Feb 21, 2026 that may be closed by this pull request
@winchoose winchoose merged commit e080d74 into develop Feb 21, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: 소셜 로그인 구현 및 auth,token 서비스 구현

1 participant