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.
#64
문제 상황
기존 카카오톡 로그인 기능은 앱에서 실행했을 때 사파리로만 연결
카카오톡 어플이 열리는게 아니다보니 직접 아이디, 비밀번호를 매번 입력해야 로그인이 가능했음
현재는 REST API 방식으로 로그인하고 있었는데, 카카오 디벨로퍼 공식문서를 참조해보니 우리 상황처럼 네이티브앱에서 웹뷰를 띄워서 로그인하는 경우 JavaScript SDK를 사용하라고 안내하고 있어서 해당 방법으로 수정
상세 기록
https://www.notion.so/18e22bdd8d8c80bab9afe912d03a7476?pvs=4
🚧 작업 내용
✅ PR 유형
참조 문헌
https://developers.kakao.com/docs/latest/ko/javascript/getting-started
https://developers.kakao.com/docs/latest/ko/javascript/hybrid