fix(oauth2proxy): increase cookie livetime

This commit is contained in:
Patrick 2024-07-24 23:23:03 +02:00
parent 61054a510b
commit ae72aba96d
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

@ -18,7 +18,7 @@
enable = true;
cookie.domain = ".${config.secrets.secrets.global.domains.web}";
cookie.secure = true;
cookie.expire = "30m";
cookie.expire = "300m";
cookie.secret = null;
clientSecret = null;