No description
Find a file
Kumi ea09e6a49e
Improve OIDC session handling logic
Introduce conditional session refresh middleware addition based on new 'SessionValidity' config option. This change ensures that the OIDC session refresh middleware is only appended to the Django settings when a valid session expiry period is configured, enhancing the flexibility and configurability of authentication sessions. The expiry time is converted from minutes to seconds to align with OIDC_RENEW_ID_TOKEN_EXPIRY_SECONDS requirements.
2024-01-13 14:25:33 +01:00
pix360 Improve OIDC session handling logic 2024-01-13 14:25:33 +01:00
.gitignore Base pix360 app - current status 2023-10-26 09:51:24 +02:00
.gitlab-ci.yml Remove krpano from pix360 requirements 2023-10-31 09:51:33 +01:00
manage.py Base pix360 app - current status 2023-10-26 09:51:24 +02:00
requirements.txt Remove krpano from pix360 requirements 2023-10-31 09:51:33 +01:00
settings.dist.ini Base pix360 app - current status 2023-10-26 09:51:24 +02:00