Authentication
Responses
200
SSE stream
text/event-stream
stringOptional
Each data: line is a JSON object. Possible shapes:
Pending event: json { "status": "pending", "passkey": "abc123", "auth_url": "https://auth.ui-color-palette.com/?passkey=abc123", "message": "Please authenticate by opening the following URL in your browser: ..." }
Success event: json { "status": "success", "access_token": "<supabase-jwt>", "refresh_token": "<refresh-token>" }
502
Failed to reach the passkey service
application/json
get
/authenticateLast updated