mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-18 14:33:24 +00:00
ed3784e1ca
Moving off cookie-based authentication surfaced several hard issues, especially around loading virtual backgrounds: requests used to be sent with cookies automatically, which trivially authenticated those loads. With bearer tokens, those requests need to be authenticated explicitly. The situation is made harder by the fact that, when the custom virtual background was introduced, some of the loading was done as module-level, blocking imports that are not handled by React and therefore live outside the normal auth flow. Ship a functional patch to unblock third parties currently waiting on this integration. The virtual background loading path should definitely be refactored and simplified in a follow-up.