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

adbc4b711284

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