Oauth
Google Oauth login
Request Body
Name
Type
Description
{
"data": {
"nickname" : "string",
"password" : "null"
"email" : "string",
"image" : "string",
"medal" : [...,string],
"log" : [...,string],
"oauth" : "string"
"isauth" : boolean,
"crewId" : int
}
"message" : "success"
}{
"message" : "Internal Server Error",
"errormsg" : error
}Kakao Oauth login
Request Body
Name
Type
Description
Last updated