Lets learn "google-auth-login in php"

 


============ Introduction ============
This project helps web developers to implement the user registration with Google account using PHP at their website project. Also the user information would be stored at the MySQL database.

============ Installation ============
1. Go to https://console.developers.google.com
2. Create a new project
3. After the project is created , go to Credentionals and create credentials (fill the required details)
4. Go to Enabled APIs and enable the Gmail API
5. Create a database (say flipkart) at phpMyAdmin.
6. Import the users.sql file into the database (say flipkart).
7. Open the "includes/functions.php" file and modify the $dbServer, $dbUsername, $dbPassword, $dbName variables value with your phpMyAdmin details.
8. Open the "config.php" file and modify the $clientId, $clientSecret, $redirectUrl and $homeUrl variables value with your Google Project API credentials.
9. Test the functionalities.
Clone the project from the below link.
Project Link : Google Auth Login In Php

Comments

Popular posts from this blog

Lets learn "About kube proxy in iptables mode"

Lets learn "System design for paste bin (or any text sharing website)"

Lets learn "Factory design pattern"