Added google oauth client data

This commit is contained in:
Flatlogic Bot 2025-12-07 16:26:50 +00:00
parent 055429a177
commit 5a5ac43d60

10
hybridauth_config.php Normal file
View File

@ -0,0 +1,10 @@
<?php
return [
'callback' => 'https://' . $_SERVER['HTTP_HOST'] . '/hybridauth_callback.php',
'providers' => [
'Google' => [
'enabled' => true,
'keys' => ['id' => '721399399522-hkmahgkuge88vqjgu7mgcg77nvt1jle3.apps.googleusercontent.com', 'secret' => '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'],
],
],
];