Files
meet/src
lebaudantoine a6dc12d91c 🩹(frontend) avoid unnecessary redirection while authenticating
A manually constructed authentication URL didn’t match the actual endpoint
address, causing the Django backend to issue a 301 redirect to the correct URL.

This wasn’t a problem for regular users at first, but once a client integrating
through a virtual browser came on board, it became significant. The 301 redirect
was disrupting the virtual browser’s cookie/cache system, which in turn broke
the authentication flow.

This change aims to resolve the issue, although it’s not yet certain that
it will fully address their problem.
2025-11-20 10:10:03 +01:00
..
2025-11-14 18:23:22 +01:00
2025-11-15 16:31:07 +01:00
2025-11-12 14:38:20 +01:00
2025-11-14 18:23:22 +01:00
2025-11-14 18:23:22 +01:00
2025-11-14 18:23:22 +01:00