element-call-Github/backend/auth
David Baker 8996aa772c Initial support for getting SFO config using OIDC
* Change `jwt_service_url` to `livekit_service_url`
 * Make it a POST so we can send the openID token sensibly
 * Get an OIDC token & pass it with the request
 * Read the SFU URL from there too

and convert the auth server accordingly, althugh with no actual OIDC
support yet, it just issues tokens blindly just as before and ignores
the openid token completely.

We'll need to update configs & the JWT service before merging this.
2023-06-28 16:35:56 +01:00
..
Dockerfile Local develop setup with docker (#1103) 2023-06-12 15:52:27 +02:00
go.mod Local develop setup with docker (#1103) 2023-06-12 15:52:27 +02:00
go.sum Local develop setup with docker (#1103) 2023-06-12 15:52:27 +02:00
server.go Initial support for getting SFO config using OIDC 2023-06-28 16:35:56 +01:00