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

[feat] oauth2 로그인 기능 추가 (구글,네이버,카카오) #37

Merged
merged 14 commits into from
Jan 8, 2024

Commits on Jan 7, 2024

  1. [feat] PrincipalOauth2UserService 클래스 추가

    PrincipalOauth2UserService 클래스 추가
    liyusang1 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    dbb8435 View commit details
    Browse the repository at this point in the history
  2. [feat] OAuth2LoginSuccessHandler 추가

    OAuth2LoginSuccessHandler 추가
    liyusang1 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    f2ab12a View commit details
    Browse the repository at this point in the history
  3. [feat] SecurityConfig에 Oauth2 설정값 추가

    SecurityConfig에 Oauth2 설정값 추가
    liyusang1 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    c36ac1a View commit details
    Browse the repository at this point in the history
  4. [feat] OAuth2UserInfo 추가

    OAuth2UserInfo 추가
    liyusang1 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    5b0ac0f View commit details
    Browse the repository at this point in the history
  5. [feat] GoogleUserInfo 추가

    GoogleUserInfo 추가
    liyusang1 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    32807f8 View commit details
    Browse the repository at this point in the history
  6. [feat] NaverUserInfo 추가

    NaverUserInfo 추가
    liyusang1 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    561d6ab View commit details
    Browse the repository at this point in the history
  7. [feat] KaKaoUserInfo 추가

    KaKaoUserInfo 추가
    liyusang1 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    5090451 View commit details
    Browse the repository at this point in the history
  8. [feat] yml파일들에 oauth2 설정 추가

    yml파일들에 oauth2 설정 추가
    liyusang1 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    1c03778 View commit details
    Browse the repository at this point in the history
  9. [feat] findByMemberBaseEmailAndProvider 추가

    findByMemberBaseEmailAndProvider 추가
    liyusang1 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    470100d View commit details
    Browse the repository at this point in the history
  10. [fix] MemberEntity 수정

    MemberEntity 수정
    updateProfileImage 추가
    Member Builder에서 provider 설정 가능
    liyusang1 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    8a0f386 View commit details
    Browse the repository at this point in the history
  11. [feat] get OAuth2/info api 추가

    get OAuth2/info api 추가
    liyusang1 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    b04d8d1 View commit details
    Browse the repository at this point in the history
  12. [feat] oauth2 로그인 http 파일 추가

    oauth2 로그인 http 파일 추가
    liyusang1 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    68bac69 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. [feat] test application.yml에 설정값 추가

    test application.yml에 설정값 추가
    liyusang1 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    63fb62c View commit details
    Browse the repository at this point in the history
  2. [fix] code convention 적용하지 않은 부분 적용

    code convention 적용하지 않은 부분 적용
    liyusang1 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d5ef2ac View commit details
    Browse the repository at this point in the history