Hi
I’m using the Universal login hosted pages for logging in and have the google-oauth2 social connection enabled which displays the Google button on the login form. Clicking this login button also allows a user who isn’t already registered to also sign-up. (Which is perfect)
On my signup form (which is hosted on my own website) I want to allow people to signup via Google, but I don’t want them to have to go to the login form first (As it would be confusing to show them the login form.).
Is there a way to embed that google button on my own website (So I can essentially skip the hosted login page) but have Google pass the user back through the universal login process and all its logic?
Thanks
Scott