0.1.7 • Published 6 years ago

@iddan/react-google-login v0.1.7

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

React Google Login

Get users into your apps quickly and securely, using a registration system they already use and trust -- their Google account with React

npm install @iddan/react-google-login

or

yarn add @iddan/react-google-login

Features

  • Renders Google's official button
  • Offers a safe wrapper around Google's JS API
  • Triggers onSuccess for silent and active login

Usage

import GoogleLoginButton, { Auth } from 'react-google-login';

const authInstance = Auth.init({
  clientId: GOOGLE_CLIENT_ID
});

<GoogleLoginButton
  authInstance={authInstance}
  onSuccess={handleSuccess}
/>

Prior Art

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago