李帅

1.测试OAuth

......@@ -19,6 +19,7 @@
"laravel/tinker": "^2.5",
"socialiteproviders/apple": "^5.0",
"socialiteproviders/facebook": "^4.1",
"socialiteproviders/github": "^4.1",
"socialiteproviders/tiktok": "^4.0",
"socialiteproviders/twitter": "^4.1",
"socialiteproviders/weixin": "^4.1"
......
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "653de2c6fbfa22bf510ea8db8c4b24ee",
"content-hash": "c97a5197359075d72fd7f730e4caa9c2",
"packages": [
{
"name": "asm89/stack-cors",
......@@ -4442,6 +4442,53 @@
"time": "2020-12-01T23:10:59+00:00"
},
{
"name": "socialiteproviders/github",
"version": "4.1.0",
"source": {
"type": "git",
"url": "https://github.com/SocialiteProviders/GitHub.git",
"reference": "25fc481721d74b829b43bff3519e7103d5339e19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/SocialiteProviders/GitHub/zipball/25fc481721d74b829b43bff3519e7103d5339e19",
"reference": "25fc481721d74b829b43bff3519e7103d5339e19",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"ext-json": "*",
"php": "^7.2 || ^8.0",
"socialiteproviders/manager": "~4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"SocialiteProviders\\GitHub\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anton Komarev",
"email": "ell@cybercog.su"
}
],
"description": "GitHub OAuth2 Provider for Laravel Socialite",
"support": {
"source": "https://github.com/SocialiteProviders/GitHub/tree/4.1.0"
},
"time": "2020-12-01T23:10:59+00:00"
},
{
"name": "socialiteproviders/manager",
"version": "v4.1.0",
"source": {
......