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

[고도화] 인증 기능 고도화 - 카카오톡으로 로그인 #51

Open
9 of 19 tasks
bokyoung89 opened this issue Sep 8, 2023 · 0 comments
Open
9 of 19 tasks
Assignees

Comments

@bokyoung89
Copy link
Owner

bokyoung89 commented Sep 8, 2023

인증 기능에 카카오 계정으로 로그인하는 방법을 추가한다.

  • Kakao Developers에서 카카오 API 사용 준비하기
    • 애플리케이션 등록하기
    • Rest API 키 확인하기
    • 사이트 도메인 등록하기
    • Redirect URI 등록하기
    • 동의항목 설정하기
    • Client Secret 키 확인하기
  • build.gradle에 의존성 추가 및 application.yaml 파일 설정 추가
  • 회원 도메인이 없는 상태에서 회원 정보를 저장할 수 있게 수정하기
  • 카카오 인증 응답 정보 확인, 정의하기
  • OAuth 2.0 보안 설정 (+람다식 접근)
  • OAuth2UserService 구현
    • 기본 OAuth 2.0 인증 처리 구현체 사용
    • 카카오 인증 정보를 회원으로 등록하기
  • 기본 인증 서비스 로직 구현
  • 뷰 구현
    • 카카오 로그인 버튼 이미지 준비
    • 카카오 로그인 버튼 구현
    • 로그인 후 노출하는 유저 정보 변경 : ID -> 닉네임

Reference

@bokyoung89 bokyoung89 self-assigned this Sep 8, 2023
@bokyoung89 bokyoung89 converted this from a draft issue Sep 8, 2023
@bokyoung89 bokyoung89 moved this from 🔖 Ready to 🏗 In progress in work-board-project Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

No branches or pull requests

1 participant