diff --git a/installation/authentication-setup/supabase-auth.mdx b/installation/authentication-setup/supabase-auth.mdx index 81a830be..48d108f5 100644 --- a/installation/authentication-setup/supabase-auth.mdx +++ b/installation/authentication-setup/supabase-auth.mdx @@ -36,11 +36,11 @@ To implement either **Supabase Auth** or **Anonymous Sign-Ins**, enable the rele 2. Under the **"Client Auth"** tab, enable **"Use Supabase Auth"** and enter your Supabase **JWT Secret** (the secret can be copied from your Supabase project's API Settings): - + - + 3. Click **"Save and deploy"** to deploy the updates to your instance. @@ -58,4 +58,4 @@ client_auth: ## Sync Rules -The Supabase user UUID will be available as `request.user_id()` in [Sync Rules](/usage/sync-rules). To use a different identifier as the user ID in sync rules (for example user email), use [Custom authentication](/installation/authentication-setup/custom). \ No newline at end of file +The Supabase user UUID will be available as `request.user_id()` in [Sync Rules](/usage/sync-rules). To use a different identifier as the user ID in sync rules (for example user email), use [Custom authentication](/installation/authentication-setup/custom).