Skip to main content

Oauth Login

POST /v1/oauth/login

Handle OAuth login/registration for GitHub and other providers

Request Body

{
"$ref": "#/components/schemas/OAuthLoginRequest"
}

Responses

200

Successful Response

{}

422

Validation Error

{
"$ref": "#/components/schemas/HTTPValidationError"
}