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

-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
+1 -1
View File
@@ -41,7 +41,7 @@ function randBool($prob = 0.5){
}
/**
* 로그인한 유저의 전역 id를 받아옴
* 로그인한 유저의 전역 id(숫자)를 받아옴
*
* @return int|null
*/