Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

React live example of Google Login with gapi-script package

Notifications You must be signed in to change notification settings

JonHolman/gapi-script-live-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React example for Google Login using gapi-script npm package

This example was created with create-react-app.

Live example

This example only use the login and logout feature from Google gapi, it does not collect or store any data of your data in third party applications


Setup

Create your google project here at this link (chose the Web Browser option)

Then get your Cliente id and save it at .env.development file, and name your var as REACT_APP_CLIENT_ID

Then run the commands bellow:

yarn install

yarn start

About

React live example of Google Login with gapi-script package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.2%
  • HTML 15.1%
  • CSS 7.7%