November 2014
Intermediate to advanced
258 pages
5h 15m
English
Just like we did for Facebook, we can integrate our application to enable login using Google.
We will start by building over the last recipe. It is easy to just implement Google authentication by leaving out the Facebook auth (by leaving out the Facebook-specific parts).
Now, we have to create a project from the Google developer console (https://console.developers.google.com). Then, we have to create a client ID for the web application; this ID will provide the credentials needed for OAuth to work. The following screenshot should help:

As always, we will first start with the configuration part ...
Read now
Unlock full access