Files
meet/src/backend/core
lebaudantoine ffdb8a56d3 🐛(backend) allow any string as sub in the API serializer
The API serializer was too restrictive on the `sub` field, expecting
a UUID. This worked in our development and production setups because
our Keycloak is configured to emit UUID subs, but it broke for other
providers.

Per the OIDC spec and the DB model, `sub` can be any string. Align
the serializer with this and accept arbitrary string values.

Fixes #1525.
2026-07-28 16:15:20 +02:00
..
2024-06-25 12:48:54 +02:00
2024-06-25 12:48:54 +02:00
2026-07-06 20:53:29 +02:00