-
Notifications
You must be signed in to change notification settings - Fork 34
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
OAuth 미션 2단계 리뷰 요청 드립니다. #14
Open
ParkSeryu
wants to merge
17
commits into
next-step:parkseryu
Choose a base branch
from
ParkSeryu:parkseryu
base: parkseryu
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
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
57f68fd
feat: OAuth2AuthorizationRequestRedirectFilter 구현
ParkSeryu e41136a
feat: ClientRegistrationRepository 구현
ParkSeryu 2584da7
feat: OAuth2UserService 구현
ParkSeryu b394ce6
chore: yml 수정
ParkSeryu 67da26b
feat: OAuth2LoginAuthenticationFilter 구현
ParkSeryu 13c80cb
feat: OAuth2ParameterNames 추가
ParkSeryu eeed97c
refactor: OAuth2LoginAuthenticationFilter 빈으로 등록
ParkSeryu 706e8c9
test: 테스트 코드 수정
ParkSeryu 9ff198d
remove: 사용하지 않는 클래스 제거
ParkSeryu aded1bc
refactor: Resolver의 authorizationRequestUri를 하나로 합치고, scope를 공백으로 조정
ParkSeryu 5bbe21e
refactor: 필드를 DI 받도록 변경
ParkSeryu 21780ba
remove: 사용되지 않는 import 제거
ParkSeryu 601f3a6
refactor: catch 블록에 예외 메시지 포함
ParkSeryu dc6e13a
refactor: 주석 대신 @Nullable 애노테이션을 사용
ParkSeryu 54cc2f5
refactor: OAuth2LoginAuthenticationToken에서 권한 정보 제거
ParkSeryu 5a9fe06
refactor: 상수 enum으로 분리
ParkSeryu a1aaf2a
refactor: 놓친 리턴값 수정
ParkSeryu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
36 changes: 0 additions & 36 deletions
36
src/main/java/nextstep/security/authentication/GitHubUserInfo.java
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
src/main/java/nextstep/security/authentication/GoogleUserInfo.java
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
src/main/java/nextstep/security/authentication/OAuth2AccessTokenClient.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
state는 CSRF 공격을 방지하는 것이 맞지만 로그인 상태를 유지하는 역할은 하고 있지 않습니다! 로그인 상태를 유지하는 역할은 토큰의 역할이라고 보시면 됩니다 ㅎㅎ