-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: 소셜로그인 회원가입 시 일어나는 닉네임 조작을 하나의 메서드로 모으고, 카카오와 네이버에 적용
- 기존에 네이버에서 작업된 내용을 util로 만들어 양쪽 모두에 적용함. - name도 길이 제한을 벗어나면 DB 삽입 시 에러가 발생하므로, 소셜로그인 시에는 규격화된 nickname과 같은 값을 쓰게 함. - 테스트 오류로 인해 KakaoController의 code 파라미터명 명시
- Loading branch information
Showing
4 changed files
with
24 additions
and
18 deletions.
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
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