ApiAuthentication
Check authentication status
Return whether OAuth providers are configured and available. Used by the frontend to determine whether to show login buttons.
Response Body
application/json
curl -X GET "https://loading/api/v1/auth/enabled"{}Initiate OAuth login
Start the OAuth authorization flow by redirecting the user to the provider's authorization page. Supports optional invitation token for signup.
List authentication providers
Return configured OAuth providers available for login. Uses database configuration with fallback to environment variables.
