From eaea227db853f373140c3c14eeb4700d0d736d48 Mon Sep 17 00:00:00 2001 From: riccardocucia Date: Thu, 25 Jan 2024 21:59:19 +0100 Subject: [PATCH] Improve GOTRUE_URI_ALLOW_LIST documentation --- example.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.env b/example.env index 1a837b473c..96bcc22a9f 100644 --- a/example.env +++ b/example.env @@ -51,8 +51,8 @@ GOTRUE_EXTERNAL_EMAIL_ENABLED="true" GOTRUE_EXTERNAL_PHONE_ENABLED="true" GOTRUE_EXTERNAL_IOS_BUNDLE_ID="com.supabase.auth" -# Whitelist redirect to URLs here -GOTRUE_URI_ALLOW_LIST=["http://localhost:3000"] +# Whitelist redirect to URLs here, a comma separated list of URIs (e.g. "https://foo.example.com,https://*.foo.example.com,https://bar.example.com") +GOTRUE_URI_ALLOW_LIST="http://localhost:3000" # Apple OAuth config GOTRUE_EXTERNAL_APPLE_ENABLED="false"