Skip to content

Commit acbaae5

Browse files
authored
feat: set default flow_type to pkce (#931)
1 parent 5e34512 commit acbaae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: supabase/lib/client_options.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class ClientOptions:
4848
)
4949
"""Timeout passed to the SyncFunctionsClient instance."""
5050

51-
flow_type: AuthFlowType = "implicit"
51+
flow_type: AuthFlowType = "pkce"
5252
"""flow type to use for authentication"""
5353

5454
def replace(

0 commit comments

Comments
 (0)