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

[Refactor] OIDC 소셜 로그인 적용 #164

Open
3 tasks
loveysuby opened this issue Sep 22, 2024 · 0 comments
Open
3 tasks

[Refactor] OIDC 소셜 로그인 적용 #164

loveysuby opened this issue Sep 22, 2024 · 0 comments
Assignees
Labels
🛠️ fix fix something wrong 🥵 hart ♻️ Refactor Refactoring code or architecture

Comments

@loveysuby
Copy link
Member

♻️ Refactoring plans

리팩토링이 필요한 이유와 계획을 적어주세요.

  • 서비스 내 사용되는 소셜 공급자 (Google, Apple, Kakao) 모두 OIDC protocol 적용이 가능합니다.
  • access token을 사용하는 Google, Kakao 로그인 로직의 경우 탈취에 의한 공격성 가입 위험이 존재합니다.
  • Client에 인증을 위임한 상태이므로 token verify를 수행합니다.

📝 Details

상세 체크 리스트를 작성해주세요.

  • Google platform OIDC 적용
  • Google OIDC payload 검증
  • Kakao OIDC payload 검증

📚 Remarks

@loveysuby loveysuby added ♻️ Refactor Refactoring code or architecture 🥵 hart 🛠️ fix fix something wrong labels Sep 22, 2024
@loveysuby loveysuby self-assigned this Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ fix fix something wrong 🥵 hart ♻️ Refactor Refactoring code or architecture
Projects
None yet
Development

No branches or pull requests

1 participant