Skip to content

Commit

Permalink
docs: improve GOTRUE_URI_ALLOW_LIST documentation (supabase#1385)
Browse files Browse the repository at this point in the history
Co-authored-by: riccardocucia <[email protected]>
  • Loading branch information
2 people authored and LashaJini committed Nov 15, 2024
1 parent 1b9ab9b commit a1fafb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.env
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a1fafb6

Please sign in to comment.