(backend) allow setting session cookie age via env var

We want to be able to increase the duration of the cookie session
by setting an environment variable.
This commit is contained in:
Samuel Paccoud - DINUM
2025-05-16 20:07:16 +02:00
committed by Manuel Raynaud
parent 6377c8fcca
commit 6e5d005dee
3 changed files with 9 additions and 5 deletions

View File

@@ -10,7 +10,8 @@ and this project adheres to
## Added
- ✨(back) allow theme customnization using a configuration file #948
- ✨(backend) allow setting session cookie age via env var #977
- ✨(backend) allow theme customnization using a configuration file #948
- ✨ Add a custom callout block to the editor #892
- 🚩(frontend) version MIT only #911
- ✨(backend) integrate maleware_detection from django-lasuite #936