Add AUTH_TRUST_HOST for reverse proxy deployments
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,7 @@ POSTGRES_DB="drinktracker"
|
|||||||
# NextAuth
|
# NextAuth
|
||||||
NEXTAUTH_URL="http://localhost:3000"
|
NEXTAUTH_URL="http://localhost:3000"
|
||||||
NEXTAUTH_SECRET="generate-with: openssl rand -base64 32"
|
NEXTAUTH_SECRET="generate-with: openssl rand -base64 32"
|
||||||
|
AUTH_TRUST_HOST="true" # Set to true when behind a reverse proxy
|
||||||
|
|
||||||
# OAuth Providers
|
# OAuth Providers
|
||||||
GOOGLE_CLIENT_ID=""
|
GOOGLE_CLIENT_ID=""
|
||||||
|
|||||||
@@ -270,6 +270,7 @@ POSTGRES_DB="${PG_DB}"
|
|||||||
# ─── NextAuth ────────────────────────────────────────────
|
# ─── NextAuth ────────────────────────────────────────────
|
||||||
NEXTAUTH_URL="${APP_URL}"
|
NEXTAUTH_URL="${APP_URL}"
|
||||||
NEXTAUTH_SECRET="${AUTH_SECRET}"
|
NEXTAUTH_SECRET="${AUTH_SECRET}"
|
||||||
|
AUTH_TRUST_HOST="true"
|
||||||
|
|
||||||
# ─── OAuth Providers ─────────────────────────────────────
|
# ─── OAuth Providers ─────────────────────────────────────
|
||||||
GOOGLE_CLIENT_ID="${GOOGLE_CID}"
|
GOOGLE_CLIENT_ID="${GOOGLE_CID}"
|
||||||
|
|||||||
Reference in New Issue
Block a user