Skip to content

Commit dda9d4c

Browse files
committed
Extend AUTH_COOKIE_MAX_AGE in example env file
1 parent ef9740a commit dda9d4c

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)