카카오 로그인을 이용한 가입 테스트

This commit is contained in:
2018-03-10 04:16:17 +09:00
parent e00b763f43
commit 4b1e3e325e
18 changed files with 1179 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php
require('conf.php');
?>
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>카카오 로그인하기</title>
</head>
<body>
<a href="https://kauth.kakao.com/oauth/authorize?client_id=<?=KakaoKey::REST_KEY?>&redirect_uri=<?=KakaoKey::REDIRECT_URI?>&response_type=code"><img src="kakao_btn.png"></a>
</body>
</html>