How do I add a login option for Google on my site?

0

I have a website in PHP and I would like the user to have the option to sign in with the Google account, as it has here in Stack Overflow, so he does not have to register.

You should get the Google name and Email from the user

If you want to see my site: link

    
asked by anonymous 25.02.2018 / 23:45

1 answer

0

Good look at the following php bookstores:

  • link (Google's officially supported PHP client library for using OAuth 2.0 authorization and authentication with Google APIs.)

  • link (Multi-provider authentication framework for PHP)

26.02.2018 / 11:20