fix oidc callback behind reverse proxy
This commit is contained in:
@@ -4,6 +4,7 @@ export interface AuthEnv {
|
||||
OIDC_CLIENT_SECRET?: string;
|
||||
OIDC_PROVIDER_NAME?: string;
|
||||
AUTH_SECRET?: string;
|
||||
NEXTAUTH_URL?: string;
|
||||
}
|
||||
|
||||
export interface AuthMode {
|
||||
|
||||
Reference in New Issue
Block a user