Implement Supabase-first me bootstrap
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user