Skip to content

Commit b6dc74c

Browse files
committed
Set SESSION_EXPIRE_AT_BROWSER_CLOSE to True
- This MR adds the configuration to set SESSION_EXPIRE_AT_BROWSER_CLOSE to True, which ensures that user sessions expire when the browser is closed.
1 parent 536e61b commit b6dc74c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirement.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
annotated-types==0.6.0
22
asgiref==3.7.2
33
colorama==0.4.6
4-
Django==4.2.7
5-
django-ninja==1.0.1
4+
Django==5.0
5+
django-ninja==1.1.0
66
orjson==3.9.10
77
packaging==23.2
88
pip-review==1.3.0
@@ -11,5 +11,5 @@ pydantic==2.5.2
1111
pydantic_core==2.14.5
1212
python-dotenv==1.0.0
1313
sqlparse==0.4.4
14-
typing_extensions==4.8.0
14+
typing_extensions==4.9.0
1515
tzdata==2023.3

0 commit comments

Comments
 (0)