Skip to content

tpemartin/react-google-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Insert the following two tags in the head of /public/index.html

<meta name="google-signin-client_id" content="{your google client id}"/>
<script src="https://accounts.google.com/gsi/client" async defer></script>

then

import { SignIn } from '@tpemartin/react-google-oauth';

function App(){
    return <SignIn/>
}

Credits

The npm package use the boilerplate code from Codify Tools.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published