> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-ai/readme/supabase/anonymous-sign-ins.md).

# Anonymous Sign-Ins

#### Empower Your Users with Seamless Anonymous Authentication

Transform your application's user experience with **Supabase Anonymous Sign-Ins**, the powerful authentication method that lets users explore your app without barriers. Enable authenticated experiences without requiring email addresses, passwords, or any personal information upfront!

<a href="https://supabase.com/docs/guides/auth/auth-anonymous" class="button primary" data-icon="server">Anonymous Sign-In Documentation</a>

#### Getting Started: Enable Anonymous Sign-Ins in Three Easy Steps!

{% stepper %}
{% step %}
**Access Your Supabase Dashboard**

Navigate to your Supabase project dashboard to begin configuration.

<figure><img src="/files/o5WQAHa62lMQdEFgFFmI" alt=""><figcaption></figcaption></figure>

*Your Supabase Dashboard - Select your project to get started*

1. Log in to <https://supabase.com/dashboard>
2. Select your project from the project list
   {% endstep %}

{% step %}
**Navigate to Authentication Settings**

Configure your authentication providers with just a few clicks.

* Click on **"Authentication"** in the left sidebar
* Select **"Providers"** from the authentication menu

<figure><img src="/files/irJPTpaN2T8fpBNUVxQf" alt=""><figcaption><p>The Providers page displays all available authentication methods</p></figcaption></figure>
{% endstep %}

{% step %}
**Enable Anonymous Sign-Ins**

Activate the anonymous sign-in feature with a simple toggle.

<figure><img src="/files/mBF4oFcCJdyZOzufC3fW" alt=""><figcaption><p>Toggle the switch to <strong>enable</strong> it</p></figcaption></figure>

Click **Save Changes** to apply the changes.
{% endstep %}
{% endstepper %}

***

{% hint style="info" %}
Anonymous sign-ins don't require email verification, so no redirect URL setup is needed. If you are using **email/password login or magic links**, make sure to also configure your authentication URLs so verification emails redirect correctly.

[Configuring Authentication URLs](/emobiq-ai/readme/supabase/configuring-authentication-urls.md)
{% endhint %}
