-
Notifications
You must be signed in to change notification settings - Fork 4
kakao 로그인
jbw1003 edited this page Feb 9, 2019
·
4 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
POST | /externalLogin | 카카오 로그인 |
Content-Type: application/json
Kakao = 1, Naver = 2
{
"accessToken":"dsaufoiasdwtdsa",
"loginType":1
}
{
"status": 200,
"message": "로그인 성공",
"data": {
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJEb0lUU09QVCIsInVzZXJfaWR4IjoxLCJleHAiOjE1NDkxNzUyMTh9.pw9l6DZ3ihePbkR-BPlfQTZzrOGWpfzoSMTfu7SB4QQ"
}
}
{
"status": 404,
"message": "로그인 실패",
"len": 0,
"data": null
}
{
"status": 400,
"message": "로그인 실패",
"len": 0,
"data": null
}