Sign in

로그인 페이지에서 로그인 타입을 선택한다.

  • 회원 로그인

  • 소셜 로그인(GitHub)

Log In

POST https://eton.io/users/signin/basic

Request Body

Name
Type
Description

email

string

The user's email.

password

string

The user's password.

{
    data: { accessToken }, message: "ok"
}

Login with GitHub account

POST https://eton.io/users/signin/github

Query (x) -> body params

Query Parameters

Name
Type
Description

authorizationCode

string

Authorization code given by Github

{
    data: { accessToken }, message: "ok"
}

Last updated

Was this helpful?