Skip to main content

Auto login

POST 

/auto-login

Auto login using access token

Request

Body

required

    access_token string

Responses

OK.

Schema

    status boolean

    token

    object

    access_token string
    client_id string
    user_id string
    expires integer
    scope integer

    user

    object

    id string
    name string
    sub string
    email string
    role string
    avatar string
    subject_id string