dev-master
9999999-devAdds Google authentication to SilverStripe
The Requires
- php >=5.3.0
- silverstripe/framework >=3.1
- google/apiclient 1.1.*
authentication auth google silverstripe
Adds Google authentication to SilverStripe
This module enables Google authentication on SilverStripe., (*1)
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., (*2)
composer require "xpointo/silverstripe-google-authenticator:dev-master"
, (*3)
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]');
Adds Google authentication to SilverStripe
authentication auth google silverstripe