Skip to content

Feature/oauth#17

Open
gnlandkmg wants to merge 8 commits intodevelopfrom
feature/oauth
Open

Feature/oauth#17
gnlandkmg wants to merge 8 commits intodevelopfrom
feature/oauth

Conversation

@gnlandkmg
Copy link
Copy Markdown

@gnlandkmg gnlandkmg commented Apr 16, 2026

작업내용

  • OAuth 기능 추가
  • 주석 삭제

관련 이슈

#4

Jira 기능 링크(선택)

https://team-23d.atlassian.net/browse/KAN-2

확인사항

  • 코드스타일이 컨밴션을 따르는지 확인하셨나요?
  • 모든 코드가 정상적으로 동작하는지 확인하셨나요?

Comment thread src/main/java/spring/springserver/domain/member/entity/Member.java Outdated
Comment thread src/main/java/spring/springserver/domain/member/entity/Member.java Outdated
Comment thread src/main/java/spring/springserver/domain/oauth/CustomOAuth2UserService.java Outdated
Comment thread src/main/java/spring/springserver/domain/oauth/CustomOAuth2UserService.java Outdated
Comment thread src/main/java/spring/springserver/global/config/SecurityConfig.java Outdated
Comment thread build.gradle Outdated
Comment thread src/main/java/spring/springserver/domain/oauth/LoginController.java Outdated
Comment thread src/main/java/spring/springserver/domain/oauth/CustomOAuth2UserService.java Outdated
Comment thread src/main/java/spring/springserver/domain/oauth/CustomOAuth2UserService.java Outdated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

build 패키지는 삭제 바랍니다.
merge 충돌 원인 중 하나 입니다.

Comment thread src/main/java/spring/springserver/domain/oauth/LoginController.java
Comment thread src/main/java/spring/springserver/domain/oauth/LoginController.java
Comment thread src/main/java/spring/springserver/domain/oauth/LoginController.java
public class LoginController {

@GetMapping("/api/oauth/signin/success")
public Map<String,Object> getProfile(@AuthenticationPrincipal OAuth2User oAuth2User) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

반환 타입이 따로 Response를 만들어서 하는게 아니라 Map을 반환하는 이유가 궁금합니다.

"/api/auth/signout",
"/api/auth/password/reset",
"/oauth2/**",
"/login/**",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

/** 사용하지 마세요.

모든 엔드포인트 하나하나 명시해주시길 바랍니다.
또한 HttpMethod.POST, HttpMethod.GET등을 활용해 요청을 확실하게 명시해주시길 바랍니다.

@@ -36,7 +36,12 @@ public class Member {
public void setPassword(String password) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

여기서는 줄바꿈 없고 밑에 1개는 줄바꿈 있고 또 그 밑에는 없는데 컨벤션에 맞게 통일해 주세요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants