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.
회원가입 기능, 구글(소셜)회원가입 기능
소셜로그인의 경우 DB에는 카카오, 구글로 해놓긴 했는데 일단 구글 로그인만 구현했습니다.
구글 로그인은 처음부터 스누메일로만 가능하게 해서 추가적인 스누메일 인증이 필요없도록 했습니다.
로컬로그인은 스누메일을 인증해야 로그인이 가능하도록 구현할 예정입니다.
아마 다음과 같은 로직으로 구현할 것 같습니다.
(로그인 시도 -> 로그인 거부 -> 스누메일 인증 -> 로그인 완료)