Added google oauth client data
This commit is contained in:
parent
055429a177
commit
5a5ac43d60
10
hybridauth_config.php
Normal file
10
hybridauth_config.php
Normal 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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'],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
x
Reference in New Issue
Block a user