-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: implement base code for kakao oauth #4
Conversation
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.
저도 next auth에 관심있는데 시간 되실 때 설명 타임 한 번 부탁드립니다 ㅎ
사소한 코멘트만 남겨놨으니 바로 approve 할게요~
}, | ||
|
||
session: ({ session, token }) => { | ||
if (token && token.sub) { |
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.
if(token?.sub) {
}, | ||
}) | ||
|
||
export { handler as GET, handler as POST } |
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.
이제 보니깐 EOL(End of Line) 설정이 안되어있는 것 같아요. 다른 PR들도 동일합니다!
프리티어에 EOL 설정 넣어주시면 감사하겠습니다~
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.
개요
oauth 작업을 위한 기본 코드 베이스를 작성했습니다.
세부 내용
관련 링크