Skip to content

Commit

Permalink
[#4] 카카오 로그인 관련 요청 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jun108059 committed Oct 18, 2021
1 parent 1defdbb commit 18d9ec5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 170 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,4 @@ public interface MemberRepository extends JpaRepository<Member, Long> {
*/
Optional<Member> findByNickName(String nickName);

/**
* OAuth 서버 정보로 회원 찾기
*
* @param oauthId 소셜 서버 id
* @param provider 소셜 제공자
* @return 일치하는 회원 정보
*/
Optional<Member> findByOauthIdAndProvider(Integer oauthId, Provider provider);

}

0 comments on commit 18d9ec5

Please sign in to comment.