更新 socialite.php
This commit is contained in:
parent
8d220b6011
commit
55916d2c7b
@ -9,27 +9,27 @@ return [
|
|||||||
'default' => 'qq',
|
'default' => 'qq',
|
||||||
|
|
||||||
'qq' => [
|
'qq' => [
|
||||||
'app_id' => '101540418',
|
'app_id' => '',
|
||||||
'app_secret' => 'fae33241fa62f8b375565365e216cde7',
|
'app_secret' => '',
|
||||||
'redirect_url' => 'http://127.0.0.1:8000/oauth',
|
'redirect_url' => 'http://127.0.0.1:8000/oauth',
|
||||||
],
|
],
|
||||||
|
|
||||||
'weibo' => [
|
'weibo' => [
|
||||||
'app_id' => '2539916570',
|
'app_id' => '',
|
||||||
'app_secret' => 'aae0e36c96ecc04f873be3e0dc06f71b',
|
'app_secret' => '',
|
||||||
'redirect_url' => 'http://www.rllady.com/home/index/sinaLogin',
|
'redirect_url' => 'http://www.rllady.com/home/index/sinaLogin',
|
||||||
],
|
],
|
||||||
|
|
||||||
'github' => [
|
'github' => [
|
||||||
'app_id' => '5b8a9a7e8dded81c128d',
|
'app_id' => '',
|
||||||
'app_secret' => '12657a874d3c036a5b9e55c7512ffd5292e67118',
|
'app_secret' => '',
|
||||||
'redirect_url' => 'http://127.0.0.1:8000/oauth',
|
'redirect_url' => 'http://127.0.0.1:8000/oauth',
|
||||||
],
|
],
|
||||||
|
|
||||||
'wx' => [
|
'wx' => [
|
||||||
'app_id' => 'wx83f3fcd9e0cfdff8',
|
'app_id' => '',
|
||||||
'app_secret' => '2a736290f3af0fb40710a65c938b40b3',
|
'app_secret' => '',
|
||||||
'redirect_url' => 'http://127.0.0.1:8000/oauth',
|
'redirect_url' => 'http://127.0.0.1:8000/oauth',
|
||||||
'scope' => 'snsapi_login',
|
'scope' => '',
|
||||||
],
|
],
|
||||||
];
|
];
|
Loading…
x
Reference in New Issue
Block a user