Skip to content

Commit

Permalink
Local dev changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjameson committed Nov 22, 2024
1 parent 0261b1d commit 794e8cf
Show file tree
Hide file tree
Showing 2 changed files with 388 additions and 2 deletions.
8 changes: 6 additions & 2 deletions supabase/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ file_size_limit = "50MiB"
[auth]
# The base URL of your website. Used as an allow-list for redirects and for constructing URLs used
# in emails.
site_url = "http://localhost:3000"
site_url = "http://localhost:4321"
# A list of *exact* URLs that auth providers are permitted to redirect to post authentication.
additional_redirect_urls = ["https://localhost:3000"]
additional_redirect_urls = ["https://localhost:4321"]
# How long tokens are valid for, in seconds. Defaults to 3600 (1 hour), maximum 604,800 seconds (one
# week).
jwt_expiry = 3600
Expand All @@ -58,6 +58,10 @@ double_confirm_changes = true
# If enabled, users need to confirm their email address before signing in.
enable_confirmations = false

[auth.email.template.recovery]
subject = "Password Reset"
content_path = "./supabase/templates/reset.html"

# Use an external OAuth provider. The full list of providers are: `apple`, `azure`, `bitbucket`,
# `discord`, `facebook`, `github`, `gitlab`, `google`, `keycloak`, `linkedin`, `notion`, `twitch`,
# `twitter`, `slack`, `spotify`, `workos`, `zoom`.
Expand Down
Loading

0 comments on commit 794e8cf

Please sign in to comment.