Integrate Google sign-in for registration or login purpose in your React application (bootstrapped using Create React App).
Note: Node.js server application for this client can be found @ React-Node.js-Passport-Server. Install the server app after completing below steps.
git clone git@github.com:BalasubramaniM/react-nodejs-passport-app.git
And repeat
cd react-nodejs-passport-app
npm install
Finally,
npm start
Your app will be available at port 3000. Visit http://localhost:3000 to see your React application. Click Google sign-in button and check how the authentication happens.
Step by step instructions to understand the concept behind the project available @ M.E.R.N stack application using Passport for authentication.
- Balasubramani M - Initial work - Balasubramani M
This project is licensed under the MIT License - see the LICENSE.md file for details