I have a web application where I am trying to allow my users to log in to Google using the registration method.
In their APIs, I found: https://developers.google.com/+/web/signin/ But it only seems like you can login using google +. I know that they are basically the same thing, but if a user who does not have Google + clicks to log in, he asks them to create a google + account.
Is there a way to log in only with Google and not with Google +?
source share