Implement Supabase-first me bootstrap

This commit is contained in:
2026-05-28 14:14:35 +01:00
parent 550d405935
commit 4f6634e088
6 changed files with 654 additions and 2 deletions
+2 -2
View File
@@ -27,9 +27,9 @@ def _create_base_client(url: str, key: str, access_token: Optional[str] = None,
client_options = SyncClientOptions(
schema="public",
storage=SyncMemoryStorage(),
headers={{
headers={
"Authorization": auth_header
}}
}
)
return create_client(url, key, options=client_options)