Files
django-lasuite/tests
Riël Notermans cc690ae9d2 🐛(oidc) use correct session key for token expiration check
The RefreshOIDCAccessToken middleware was checking for `oidc_token_expiration`
in the session, but mozilla-django-oidc sets `oidc_id_token_expiration`.
This caused the middleware to always think the token was expired (defaulting
to 0), triggering unnecessary token refreshes on every request.

This fix aligns the session key name with mozilla-django-oidc's convention.

Fixes suitenumerique/messages#487
2026-01-27 13:17:05 +01:00
..
2025-10-27 11:01:05 +01:00
2025-03-29 08:55:01 +01:00
2025-06-06 17:40:58 +02:00
2025-03-29 08:55:01 +01:00