From 07392e811953ae0413d9c7a17d1743b49adb81bd Mon Sep 17 00:00:00 2001 From: Florent Date: Mon, 20 Nov 2023 12:31:21 +0100 Subject: [PATCH] Pass email and trust header (SSOWat prevents users from spoofing) --- conf/default.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/default.env b/conf/default.env index a5cea7c..d7502f2 100644 --- a/conf/default.env +++ b/conf/default.env @@ -10,8 +10,8 @@ TYPEORM_DATABASE=__DATA_DIR__/home.db PORT=__PORT__ # Authentication -GRIST_FORWARD_AUTH_HEADER=remote-user -GRIST_IGNORE_SESSION=0 +GRIST_FORWARD_AUTH_HEADER=Email +GRIST_IGNORE_SESSION=0 # SSOWat Removes the authentication headers: https://github.com/YunoHost/SSOwat/blob/38a6f23f3805a098b4ab757ff002f3a5fb3c377a/helpers.lua#L422-L425 GRIST_WIDGET_LIST_URL=https://github.com/gristlabs/grist-widget/releases/download/latest/manifest.json