From b579775729c9294a2a4ef6eaaef9d4b794b18205 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sat, 13 Jun 2026 09:34:27 +1000 Subject: [PATCH] Update token refresh --- adhoc-config/oauth2-proxy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adhoc-config/oauth2-proxy.yaml b/adhoc-config/oauth2-proxy.yaml index ff1e221..49ab176 100644 --- a/adhoc-config/oauth2-proxy.yaml +++ b/adhoc-config/oauth2-proxy.yaml @@ -37,7 +37,7 @@ data: cookie_httponly = true cookie_domains = [".junv.cc"] cookie_expire = "168h" - cookie_refresh = "3h" + cookie_refresh = "72h" # Email Configuration email_domains = ["*"]