-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Advanced authentication scenarios including URL parameters or JWT #25
Labels
enhancement
New feature or request
good first issue
Good for newcomers
web
Web components including gst-web
Comments
Related to |
|
JSON Web Token (JWT) authentication has been suggested by a community user. This is inspired from the Apache Guacamole Tomcat web client. |
PMohanJ
added a commit
to coredgeio/dflare-gstreamer
that referenced
this issue
Dec 12, 2024
Sending the webrtc statistics to workspace
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
good first issue
Good for newcomers
web
Web components including gst-web
A situation where an embedded browser such as Android WebView or VR headsets may cause selkies-gstreamer to be unable to be authenticated with the basic authentication option. As a solution, URL parameters
?username=myusername&password=mypassword
can also be provided as an alternative in web browsers in embedded systems. Ideally, selkies-gstreamer can prioritize URL parameters if provided and then show the dialog for basic authentication if both parameters aren't provided.Additional:
Allow basic authentication passwords to be passed in hashed form, not plain text.
This is related to #39.
The text was updated successfully, but these errors were encountered: