Skip landing screen and login directly with Google

Hello,

I wonder if there is an option to go directly to Google login/sign up without showing landing screen?
I want to skip it because I have “Sign in with Google” implemented natively as a regular button in iOS app.
screen to skip
Can I provide some flag in parameters of WebAuth?

Thanks!

Found it. connection(“google-oauth2”).
Do you maybe know which connection to provide for “sign in with apple” ?

In every case, you can skip Universal Login by including the connection= parameter in the URL with the connection name after the =. The connection name for the Apple social login is just apple.

1 Like

Thanks for sharing that solution Mark!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.