Skip to content

Commit 6367219

Browse files
authored
Merge pull request #341 from fractal-analytics-platform/340-extend-auth_cookie_max_age-in-example-env-file
Extend AUTH_COOKIE_MAX_AGE in example env file
2 parents ef9740a + dda9d4c commit 6367219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AUTH_COOKIE_NAME=fastapiusersauth
55
AUTH_COOKIE_SECURE=false
66
AUTH_COOKIE_DOMAIN=localhost
77
AUTH_COOKIE_PATH=/
8-
AUTH_COOKIE_MAX_AGE=1800
8+
AUTH_COOKIE_MAX_AGE=86400
99
AUTH_COOKIE_SAME_SITE=lax
1010
AUTH_COOKIE_HTTP_ONLY=true
1111

0 commit comments

Comments
 (0)