ApiAuthentication
List authentication providers
Return configured OAuth providers available for login. Uses database configuration with fallback to environment variables.
Response Body
application/json
curl -X GET "https://loading/api/v1/auth/providers"[
{
"name": "string",
"display_name": "string",
"icon": "string"
}
]