Authentication
GET
/api/v1/auth/config

Return which login methods the frontend should render on /login.

Response Body

application/json

curl -X GET "https://example.com/api/v1/auth/config"
{  "providers": [    {      "name": "string",      "enabled": true,      "display_name": "string",      "description": "string",      "supports_password": false,      "supports_signup": false,      "oidc_issuer": "string",      "oidc_client_id": "string",      "oidc_authorize_url": "string"    }  ],  "tier": "string",  "gated_signup": false}

Community & contact

  1. Found a bug or have a feature request? Open a GitHub issue.
  2. Join our Discord for faster replies!