ApiAuthentication
Log out current user
Clear authentication cookies to end the current session.
Response Body
application/json
curl -X POST "https://loading/api/v1/auth/logout"{
"property1": "string",
"property2": "string"
}List authentication providers
Return configured OAuth providers available for login. Uses database configuration with fallback to environment variables.
Handle OAuth callback
Exchange the authorization code for tokens, find or create the user, and set authentication cookies. Handles both normal and invitation-based signup.
