Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OIDC sessions #2

Merged
merged 3 commits into from
Sep 22, 2024
Merged

OIDC sessions #2

merged 3 commits into from
Sep 22, 2024

Conversation

myme
Copy link
Owner

@myme myme commented Sep 22, 2024

Add support for OIDC login which grants access to TURN over coturn, which provides more robust network handling in situations with firewalls, etc. This means also that the RTCP server is involved in relaying data as well as signalling, which is also why it's not a good idea to have TURN servers freely available online.

image

image

image

* Add initial session cookie impl

Store the accessToken in a client-side session cookie and allow checking
login state through the userinfo endpoint.

* Add "frontend-uri" server argument

Required after completing an OIDC login.

* Add a localStorage-based feature toggle for OIDC login.
@myme myme merged commit b7ebb3a into main Sep 22, 2024
2 checks passed
@myme myme deleted the oidc-sessions branch September 22, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant