fix: preserve original host through forward auth

This commit is contained in:
2026-07-13 19:56:06 +05:30
parent 0592c69f29
commit b273e30c2f
59 changed files with 167 additions and 88 deletions
+8
View File
@@ -272,6 +272,14 @@ const MIGRATIONS: Migration[] = [
// Explicit no-op: updating @wrnexus/dev-server is sufficient.
},
},
{
version: "0.2.22",
id: "nested-forward-auth-origin",
description: "No project-file changes; nested forward-auth headers are fixed at runtime",
apply() {
// Explicit no-op: updating @wrnexus/dev-server and helpers is sufficient.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */