AlphaAlpha Docs
API ReferenceAuth oauth

Initiate OAuth authorization

Redirect to the OAuth provider's authorization page to start the login flow

GET
/auth/oauth/public/{provider}/authorize
AuthorizationBearer <token>

In: header

Path Parameters

provider*string

Query Parameters

redirect?string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/auth/oauth/public/string/authorize"
Empty
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}