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:
parent
5b2ef33535
commit
07392e8119
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue