-
Notifications
You must be signed in to change notification settings - Fork 196
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
index.md 테스트 #2
Open
610ksh
wants to merge
1
commit into
kookmin-sw:master
Choose a base branch
from
610ksh:patch-2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
index.md 테스트 #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
테스트중 |
cjeongmin
added a commit
to kookmin-sw/capstone-2024-02
that referenced
this pull request
Mar 29, 2024
chore/docs: 프로젝트 구조 수정
cjeongmin
pushed a commit
to kookmin-sw/capstone-2024-02
that referenced
this pull request
Mar 29, 2024
build.gradle에 스프링 시큐리티 추가 - ver6 application.yaml에 카카오 OAuth2.0 설정 값 작성
cjeongmin
pushed a commit
to kookmin-sw/capstone-2024-02
that referenced
this pull request
Mar 29, 2024
카카오로부터 응답 받은 파라미터를 KakaoOAuth2Repsonse 객체에 저장 스프링 시큐리티와 OAuth2.0에서 필요한 Principal 작성 추후에 커스터마이즈 필요
cjeongmin
pushed a commit
to kookmin-sw/capstone-2024-02
that referenced
this pull request
Mar 29, 2024
현재 개발단계에서 h2 console을 사용하기 위해 해당 url들을 열어놓음 기본적인 카카오 oauth2.0 설정과 시큐리티 설정 추후에 기획에 맞게 커스터마이즈 필요
cjeongmin
pushed a commit
to kookmin-sw/capstone-2024-02
that referenced
this pull request
Mar 29, 2024
…OAuthKakao Feat/kookmin-sw#2 o auth kakao
cjeongmin
pushed a commit
to kookmin-sw/capstone-2024-02
that referenced
this pull request
Mar 29, 2024
require to use git lfs function
cjeongmin
pushed a commit
to kookmin-sw/capstone-2024-02
that referenced
this pull request
Mar 29, 2024
cjeongmin
pushed a commit
to kookmin-sw/capstone-2024-02
that referenced
this pull request
Mar 29, 2024
feat - naver redirect uri 변경 refactor - security 패키지 생성
cjeongmin
pushed a commit
to kookmin-sw/capstone-2024-02
that referenced
this pull request
Mar 29, 2024
MemberAccount 엔티티의 Role 삭제 why? 데이터베이스에 롤을 가지고 있을 필요 없을 것 같아 삭제함 추후에 회원 롤 관련 설계를 논의해 볼 것
cjeongmin
pushed a commit
to kookmin-sw/capstone-2024-02
that referenced
this pull request
Mar 29, 2024
- OAuth2Response oauth2의 카카오와 네이버 response를 추상화하기 위해 OAuth2Response 추상 클래스 구현 팩토리 메서드 of에 분기 처리 로직 구현 id, email, nickname을 가져올 수 있도록 추상 메서드 구현 - KakaoOAuth2Response record -> class 변경 (상속 기능을 사용하기 위함)
cjeongmin
pushed a commit
to kookmin-sw/capstone-2024-02
that referenced
this pull request
Mar 29, 2024
로그인 시 카카오 혹은 네이버에서 받아온 사용자 정보를 이용하여 회원가입이 안되어있는 사용자의 경우 save 시키고, 이미 가입된 회원이라면 SharedPostPrincipal 객체 반환하도록 함
cjeongmin
pushed a commit
to kookmin-sw/capstone-2024-02
that referenced
this pull request
Mar 29, 2024
기존에 SecurityConfig 클래스 안에 빈으로 등록하여 oauth2service를 사용하였는데 구조가 변경되면서 @service로 등록한 CustomOAuth2Service를 사용하도록 변경함
cjeongmin
pushed a commit
to kookmin-sw/capstone-2024-02
that referenced
this pull request
Mar 29, 2024
시큐리티 패키지 내의 파일구조를 좀 더 세분화하여 패키징 하였습니다.
cjeongmin
pushed a commit
to kookmin-sw/capstone-2024-02
that referenced
this pull request
Mar 29, 2024
OAuth2Response에 맞춰 NaverResponse 구현
cjeongmin
pushed a commit
to kookmin-sw/capstone-2024-02
that referenced
this pull request
Mar 29, 2024
…OAuthKakao feat kookmin-sw#2 - OAuth2.0 로그인 기본 기능 구현 완료
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.