Skip to content

Commit c1a8214

Browse files
authored
fix(supabase): enable email confirmations to support PKCE (vercel#194)
https://github.com/supabase/auth-helpers/issues/562#issuecomment-1564158745 PKCE is the only flow that'll be supported moving forward and that needs to have autoconfirm disabled. Closes this issue too when email-password signup is used locally https://github.com/supabase/auth-helpers/issues/569
1 parent f1c2246 commit c1a8214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ enable_signup = true
5656
# addresses. If disabled, only the new email is required to confirm.
5757
double_confirm_changes = true
5858
# If enabled, users need to confirm their email address before signing in.
59-
enable_confirmations = false
59+
enable_confirmations = true
6060

6161
# Use an external OAuth provider. The full list of providers are: `apple`, `azure`, `bitbucket`,
6262
# `discord`, `facebook`, `github`, `gitlab`, `google`, `keycloak`, `linkedin`, `notion`, `twitch`,

0 commit comments

Comments
 (0)