Page 1 of 1
Has anyone tried to use Google's popup oauth authentication in an application being included in WebViewGadget?
Posted: Sun Aug 11, 2024 5:38 am
by skinkairewalker
Hello all !!
Has anyone tried to use Google's popup oauth authentication in an application being included in WebViewGadget?
Since it is necessary to create a popup outside the main window, I believe it is not yet possible.
What do you recommend me to do?
Re: Has anyone tried to use Google's popup oauth authentication in an application being included in WebViewGadget?
Posted: Sun Aug 11, 2024 6:27 am
by BarryG
I don't know specifically, but maybe this is a situation where you need to use an "app password" with Google, like I have to when sending an email from Gmail with my app.
Re: Has anyone tried to use Google's popup oauth authentication in an application being included in WebViewGadget?
Posted: Wed Feb 12, 2025 12:42 pm
by Kukulkan
skinkairewalker wrote: Sun Aug 11, 2024 5:38 am
Hello all !!
Has anyone tried to use
Google's popup oauth authentication in an application being included in WebViewGadget?
Since it is necessary to create a popup outside the main window, I believe it is not yet possible.
What do you recommend me to do?
Hi. Have you seen
my post about OAuth2? I believe you don't need the WebViewGadget as long as you can simply open a URL in system default web browser (
RunProgram() directly with the URL on Windows. Calling
xdg-open on Linux). I believe you can apply the same as I described in my post also for authentication to other services (2FA).
Re: Has anyone tried to use Google's popup oauth authentication in an application being included in WebViewGadget?
Posted: Fri Feb 14, 2025 1:25 pm
by skinkairewalker
the solution is actually to open an external oauth link in the browser xD