diff --git a/supabase/lib/client_options.py b/supabase/lib/client_options.py index 4ff86589..898eab25 100644 --- a/supabase/lib/client_options.py +++ b/supabase/lib/client_options.py @@ -48,7 +48,7 @@ class ClientOptions: ) """Timeout passed to the SyncFunctionsClient instance.""" - flow_type: AuthFlowType = "implicit" + flow_type: AuthFlowType = "pkce" """flow type to use for authentication""" def replace(