Skip to content

Commit

Permalink
feat: set default flow_type to pkce (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks authored Sep 26, 2024
1 parent 5e34512 commit acbaae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supabase/lib/client_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit acbaae5

Please sign in to comment.