4
Enable the use of `AllowUnverifiedEmailSignIns` for Email provider
Source: supabase/supabase#22363 · opened by @utkarsh1097
Background: (The comment, as well as the original issue) For the Email auth provider, Supabase lets users configure whether the user "will need to confirm their email address before signing in for the first time". This field configures the Autoconfirm field in the mailer configuration used by the auth backend, and depending on this field: • If set to true, the new user's email address is considered auto-verified. • If set to false, new user registrations are required to confirm their email before they can sign in. - this limits the ability to offer a user experience where users can still sign into their accounts without verified emails, but with limited functional capabilities. I believe the MailerConfiguration.AllowUnverifiedEmailSignIns field, which defaults to "false" for the Email auth provider, is well-suited to address this limitation. Currently, I see this field used only for external auth providers. However, I think its use …
No pledges yet. Be the first to back this.
Comments
Similar requests
Disable email confirmation for SSO signups.
1 vote · 0 comments
Cannot add "email" provider to an existing user
1 vote · 0 comments
Allow Invite for specific provider
14 votes · 0 comments
Allow Invite for specific provider
2 votes · 0 comments
feat: Identify which email was verified during the two-step email update process
1 vote · 0 comments
No comments yet.