카카오 로그인 초기 구현

This commit is contained in:
2018-09-09 20:19:00 +09:00
parent 4620b93752
commit 7737cdd4d5
13 changed files with 458 additions and 47 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ if($expires < $nowDate){
$email = null;
$result = $restAPI->refresh_access_token($refresh_token);
if(!isset($refresh_token)){
if(!isset($result)){
Json::die([
'result'=>false,
'reason'=>'카카오 로그인 과정 중 추가 갱신 절차를 실패했습니다'