diff --git a/hybridauth_config.php b/hybridauth_config.php new file mode 100644 index 0000000..67a5443 --- /dev/null +++ b/hybridauth_config.php @@ -0,0 +1,10 @@ + 'https://' . $_SERVER['HTTP_HOST'] . '/hybridauth_callback.php', + 'providers' => [ + 'Google' => [ + 'enabled' => true, + 'keys' => ['id' => '721399399522-hkmahgkuge88vqjgu7mgcg77nvt1jle3.apps.googleusercontent.com', 'secret' => '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'], + ], + ], +];