We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cc96a commit 62e73d5Copy full SHA for 62e73d5
supabase/lib/auth_client.py
@@ -1,6 +1,9 @@
1
from typing import Dict, Union
2
3
-from gotrue import SyncClient, SyncGoTrueClient, SyncMemoryStorage, SyncSupportedStorage
+from gotrue import SyncGoTrueClient, SyncMemoryStorage, SyncSupportedStorage
4
+
5
+# TODO - export this from GoTrue-py in next release
6
+from httpx import SyncClient
7
8
9
class SupabaseAuthClient(SyncGoTrueClient):
0 commit comments