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 5e34512 commit acbaae5Copy full SHA for acbaae5
supabase/lib/client_options.py
@@ -48,7 +48,7 @@ class ClientOptions:
48
)
49
"""Timeout passed to the SyncFunctionsClient instance."""
50
51
- flow_type: AuthFlowType = "implicit"
+ flow_type: AuthFlowType = "pkce"
52
"""flow type to use for authentication"""
53
54
def replace(
0 commit comments