apps/docs/content/guides/auth/general-configuration.mdx
This section covers the general configuration options for Supabase Auth. If you are looking for another type of configuration, you may be interested in one of the following sections:
Supabase Auth provides these general configuration options to control user access to your application:
Allow new users to sign up: Users will be able to sign up. If this config is disabled, only existing users can sign in.
Confirm Email: Users will need to confirm their email address before signing in for the first time.
Allow anonymous sign-ins: Allow anonymous users to be created.
Allow manual linking: Allow users to link their accounts manually.