latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-21162526470.1 KB

52f1d8aaf083

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"
  ]
}