You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Currently, using Electron to create rooms is cumbersome because the auth flow happens in the browser, but at least in my deployment, once the authentication is complete, nothing happens in the Electron app, simply the Jitsi conference happens in the browser window that was opened for the authentication.
Hi! Currently, using Electron to create rooms is cumbersome because the auth flow happens in the browser, but at least in my deployment, once the authentication is complete, nothing happens in the Electron app, simply the Jitsi conference happens in the browser window that was opened for the authentication.
Is it possible to allow that whatever URL is configured for the server and is rendered in the "Log In" button is allowed to be rendered as an internal link? Possibly this is somewhat related. https://www.electronjs.org/docs/latest/api/window-open.
Or am I doing something wrong, and after a successful authentication in an external browser, the flow should return to the Electron app?
I'm using the electron app from flathub, which runs in a sandbox.
Possibly related: #900
The text was updated successfully, but these errors were encountered: