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 로그인 및 회원 관리 기능 추가 및 수정 #132

Merged
merged 2 commits into from
Aug 16, 2024

Conversation

koyoung99
Copy link
Contributor

개요

OAuth2 네이버 로그인을 통한 회원 관리 기능을 추가

PR 유형

어떤 변경 사항이 있나요?

  • 새로운 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제
  • 코드 중간 통합

- SecurityConfig에 OAuth2 로그인 및 로그아웃 설정 추가
- 로그인 페이지, 기본 성공 URL
- 로그아웃 URL, 성공 후 리다이렉션 URL, 세션 무효화 설정 구현
- SaveMemberPort를 의존성으로 갖는 PrincipalOauth2UserService 추가
- 네이버 로그인 기능
- 회원 정보 저장 및 조회 로직 구현
- 사용자 정보 처리 클래스 및 컨트롤러 수정
- 관련 엔티티 및 서비스 클래스 수정
Copy link
Contributor

@jlee38266 jlee38266 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다. 로그인 고생하셨습니다!

Copy link
Contributor

@t4e1 t4e1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다.

@t4e1 t4e1 merged commit 4323385 into main Aug 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
3 participants