Auth

Retrieve auth configuration

Returns the browser login methods enabled for this server.

get/api/v1/auth/config

Response

Enabled authentication methods

methodsstring[] required

Example response

{
  "methods": [
    "dev-token",
    "github"
  ]
}

Changes

No recorded changes to this endpoint across all 134 revisions of this API.