mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
4d98ed4977
Make SESSION_ENGINE configurable through environment variable, following the same values.Value() pattern already used for SESSION_COOKIE_AGE. This enables OIDC backchannel-logout by allowing users to set SESSION_ENGINE to db backend. Closes #1037