fix oidc callback behind reverse proxy

This commit is contained in:
2026-06-16 10:01:13 +08:00
parent 9024f80a70
commit 626b8928f4
5 changed files with 78 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ export interface AuthEnv {
OIDC_CLIENT_SECRET?: string;
OIDC_PROVIDER_NAME?: string;
AUTH_SECRET?: string;
NEXTAUTH_URL?: string;
}
export interface AuthMode {