1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grist_ynh.git synced 2024-09-03 20:36:18 +02:00

Pass email and trust header (SSOWat prevents users from spoofing)

This commit is contained in:
Florent 2023-11-20 12:31:21 +01:00 committed by Florent F
parent 5b2ef33535
commit 07392e8119

View file

@ -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