Release 2.42 (#5686)

This commit is contained in:
Kevin Papst
2025-11-12 16:15:04 +01:00
committed by GitHub
parent ea29799b89
commit 8e6764b67a
42 changed files with 377 additions and 416 deletions

View File

@@ -1,6 +1,7 @@
# see https://symfony.com/doc/current/reference/configuration/framework.html
parameters:
env(TRUSTED_PROXIES): ''
env(TRUSTED_HOSTS): ''
framework:
secret: '%env(APP_SECRET)%'
@@ -14,6 +15,7 @@ framework:
enable_attributes: true
trusted_proxies: '%env(string:TRUSTED_PROXIES)%'
trusted_hosts: '%env(string:TRUSTED_HOSTS)%'
exceptions:
App\Validator\ValidationFailedException:
@@ -25,6 +27,7 @@ framework:
# Enables session support. Note that the session will ONLY be started if you read or write from it.
# Remove or comment this section to explicitly disable session support.
session:
name: KIMAI_SESSION
handler_id: App\Security\SessionHandler
cookie_secure: auto
cookie_samesite: lax

View File

@@ -42,6 +42,7 @@ security:
- App\Saml\SamlAuthenticator
remember_me:
name: KIMAI_REMEMBER
secret: '%kernel.secret%'
lifetime: 604800
path: /