#Tauri mobile Google Oauth 2.0

9 messages · Page 1 of 1 (latest)

final island
#

Hey i am looking for example or help of integrating google oauth with tauri mobile.
Currently when i redirect user to google i am getting disallowed_useragent error.
Also i would prefer to open modal with safari inside that will close after user finished authorization.
Thanks

woeful nexus
final island
woeful nexus
woeful nexus
#

That's surprising. It doesn't have any code or documentation that implies it won't work for iPhones. Do you get a particular error?

pulsar cipher
#

the rust crate in use (open-rs) seems to be desktop only so ig it makes sense.

#

nevermind, it has an ios implementation

#

the android cfg enables the general unix implementation though and that doesn't look like it can work. Should be easy to implement in the shell plugin with kotlin though