fix(*): Resolve protocol mismatch

This commit is contained in:
Josh Creek
2025-07-26 22:13:01 +01:00
parent ebfe2413f0
commit 8459ecf3fe
+1 -1
View File
@@ -119,7 +119,7 @@ enabled = true
# in emails.
site_url = "http://127.0.0.1:3000"
# A list of *exact* URLs that auth providers are permitted to redirect to post authentication.
additional_redirect_urls = ["https://127.0.0.1:3000"]
additional_redirect_urls = ["http://127.0.0.1:3000"]
# How long tokens are valid for, in seconds. Defaults to 3600 (1 hour), maximum 604,800 (1 week).
jwt_expiry = 3600
# If disabled, the refresh token will never expire.