2017 © Pedro Peláez
 

drupal-module google_oauth

Authenticate your Drupal 8 site with Google OAuth

image

oomphinc/google_oauth

Authenticate your Drupal 8 site with Google OAuth

  • Wednesday, December 27, 2017
  • by bendoh
  • Repository
  • 6 Watchers
  • 12 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

THIS MODULE IS NO LONGER MAINTAINED. Please use the Google Plus Login module on Drupal.org instead. Thank you., (*1)

Drupal 8 Google Login

Allows users to log in to your site using their Google account. Creates a new Drupal account when the Google account is not yet known, unless site settings disallow user self-registration. This module requires the google/apiclient composer module, specified in this plugin's composer.json file., (*2)

Installation

  • Clone this repository into your site's /modules directory., (*3)

  • Install the google/apiclient composer package in your Drupal 8 site with the following command:, (*4)

$ composer require google/apiclient
  • Create an application in your google developer console. Set up your OAuth consent screen, then generate a credentials set under "Add Credentials > OAuth 2.0 Client ID", type "Web Application"., (*5)

  • Enter http://your-site.com/google-authenticate into the "Authorized redirect URIs" field, and click "Save"., (*6)

  • Download the client ID JSON file and save with the name google-oauth-secret.json into your site's private directory, as configured by the file_private_path setting in your site's settings.php., (*7)

  • Enable the google_oauth module!, (*8)

The Versions

27/12 2017

dev-master

9999999-dev

Authenticate your Drupal 8 site with Google OAuth

  Sources   Download

MIT

The Requires

 

13/12 2017

dev-8.x-2.x

dev-8.x-2.x

Authenticate your Drupal 8 site with Google OAuth2

  Sources   Download

MIT

The Requires

 

08/11 2017

dev-nathandentzau/improvements

dev-nathandentzau/improvements

Authenticate your Drupal 8 site with Google OAuth

  Sources   Download

MIT

The Requires

 

by Nathan Dentzau

17/03 2017

1.0.0

1.0.0.0

Authenticate your Drupal 8 site with Google OAuth

  Sources   Download

MIT

The Requires