Closed kasvith closed 2 years ago
Closed by #16
@kasvith kasvith I am lost, I'm sure I saw a comment from you mentioning me, but can't find that anymore. Anyway: how do I test the fix? Is it already published?
@kasvith kasvith I am lost, I'm sure I saw a comment from you mentioning me, but can't find that anymore. Anyway: how do I test the fix? Is it already published?
Yeah, its here https://github.com/syetalabs/vue3-google-signin/discussions/14#discussioncomment-3667590
To work with platforms like Electron/Tauri it's necessary to have a method to do a redirect login flow on system browsers to comply with security policies from google.
As @vincenzoml mentioned he has a requirement to use this library with Tauri, but the browser version of tauri webview prevents google login.
We need a method to obtain the redirect URL so these platforms can do a system call to open the default browser.
Related issue #14