Oauth

Google Oauth login

POST https://server.dorunapp.com/oauth/google

Request Body

Name
Type
Description

imageUrl*

String

name*

String

email

String

{
    "data": {
        "nickname" : "string",
        "password" : "null"
        "email" : "string",
        "image" : "string",
        "medal" : [...,string],
        "log" : [...,string],
        "oauth" : "string"
        "isauth" : boolean,
        "crewId" : int
    }
    "message" : "success"
}

Kakao Oauth login

POST https://server.dorunapp.com/oauth

Request Body

Name
Type
Description

authorization_code*

String

{
    "data": {
        "nickname" : "string",
        "password" : "null"
        "email" : "string",
        "image" : "string",
        "medal" : [...,string],
        "log" : [...,string],
        "oauth" : "string"
        "isauth" : boolean,
        "crewId" : int
    }
    "message" : "success"
}

Last updated