Replies: 2 comments 17 replies
-
popups won't be actual tauri windows, but something the webviews handle internally. At least WebView2 (Windows) can handle popups in theory, but it seems to be a little random when it opens them and when not - or maybe it depends on how the popup is request or whatever 🤔 Another problem is that google forbids oauth in non-browser environments, so even after the popup opens, it should show a on-screen warning. For what it's worth you can prevent that warning by changing the user agent - at least until google figures out a better way to filter out webviews. redirect_uris are tricky too, realistically you can't redirect to the actual tauri app ( |
Beta Was this translation helpful? Give feedback.
-
Hi folks, just came here to say that I created this simple project that makes login on Firebase through Google OAuth 2.0. Using OAuth Tauri Plugin to help the process |
Beta Was this translation helpful? Give feedback.
-
I am trying to implement Google OAuth 2.0 flow from my Tauri application. I am getting stuck because the application does not allow popups -
error:"popup_blocked_by_browser"
.redirect_uri
to use to redirect to the desktop application?Beta Was this translation helpful? Give feedback.
All reactions