Adds Google authentication to SilverStripe
This module enables Google authentication on SilverStripe.
It works by matching the email address obtained from Google login with the email address in the SilverStripe user account list, and logs in the user if there is a match.
composer require "xpointo/silverstripe-google-authenticator:dev-master"
http://[yoursitename]/GoogleAuthenticatorController/callback
_ss_environment.php
or mysite/config.php
file.define('GOOGLE_AUTHENTICATOR_CLIENT_ID', '[google-oauth-client-id]');
define('GOOGLE_AUTHENTICATOR_CLIENT_SECRET', '[google-oauth-client-secret]');
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem