카카오로그인 연동 방식 변경

-oauth 테이블 삭제
-비밀번호 변경 기능 추가(카카오톡 나에게 보내기)
This commit is contained in:
2018-03-18 05:44:20 +09:00
parent bd26ee858c
commit 6130bd22cb
8 changed files with 149 additions and 39 deletions
+4 -1
View File
@@ -53,7 +53,7 @@ function doLoginUsingOAuth(retry=false){
alert(obj.reason);
}
else{
getOAuthToken();
getOAuthToken('login');
}
}
else{
@@ -71,6 +71,9 @@ function postOAuthResult(result){
if(oauthMode=='change_pw'){
sendTempPasswordToKakaoTalk();
}
else{
doLoginUsingOAuth();
}
}
else{
alert('예외 발생!');