Log in with Google, but not with Google +

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 +?

0
source share
1 answer

You are probably looking for the Google OAuth API: -

https://developers.google.com/accounts/docs/OAuth2

+2
source

Source: https://habr.com/ru/post/1498506/


All Articles