李帅

1.测试OAuth

...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
19 "laravel/tinker": "^2.5", 19 "laravel/tinker": "^2.5",
20 "socialiteproviders/apple": "^5.0", 20 "socialiteproviders/apple": "^5.0",
21 "socialiteproviders/facebook": "^4.1", 21 "socialiteproviders/facebook": "^4.1",
22 + "socialiteproviders/github": "^4.1",
22 "socialiteproviders/tiktok": "^4.0", 23 "socialiteproviders/tiktok": "^4.0",
23 "socialiteproviders/twitter": "^4.1", 24 "socialiteproviders/twitter": "^4.1",
24 "socialiteproviders/weixin": "^4.1" 25 "socialiteproviders/weixin": "^4.1"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically" 5 "This file is @generated automatically"
6 ], 6 ],
7 - "content-hash": "653de2c6fbfa22bf510ea8db8c4b24ee", 7 + "content-hash": "c97a5197359075d72fd7f730e4caa9c2",
8 "packages": [ 8 "packages": [
9 { 9 {
10 "name": "asm89/stack-cors", 10 "name": "asm89/stack-cors",
...@@ -4442,6 +4442,53 @@ ...@@ -4442,6 +4442,53 @@
4442 "time": "2020-12-01T23:10:59+00:00" 4442 "time": "2020-12-01T23:10:59+00:00"
4443 }, 4443 },
4444 { 4444 {
4445 + "name": "socialiteproviders/github",
4446 + "version": "4.1.0",
4447 + "source": {
4448 + "type": "git",
4449 + "url": "https://github.com/SocialiteProviders/GitHub.git",
4450 + "reference": "25fc481721d74b829b43bff3519e7103d5339e19"
4451 + },
4452 + "dist": {
4453 + "type": "zip",
4454 + "url": "https://api.github.com/repos/SocialiteProviders/GitHub/zipball/25fc481721d74b829b43bff3519e7103d5339e19",
4455 + "reference": "25fc481721d74b829b43bff3519e7103d5339e19",
4456 + "shasum": "",
4457 + "mirrors": [
4458 + {
4459 + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
4460 + "preferred": true
4461 + }
4462 + ]
4463 + },
4464 + "require": {
4465 + "ext-json": "*",
4466 + "php": "^7.2 || ^8.0",
4467 + "socialiteproviders/manager": "~4.0"
4468 + },
4469 + "type": "library",
4470 + "autoload": {
4471 + "psr-4": {
4472 + "SocialiteProviders\\GitHub\\": ""
4473 + }
4474 + },
4475 + "notification-url": "https://packagist.org/downloads/",
4476 + "license": [
4477 + "MIT"
4478 + ],
4479 + "authors": [
4480 + {
4481 + "name": "Anton Komarev",
4482 + "email": "ell@cybercog.su"
4483 + }
4484 + ],
4485 + "description": "GitHub OAuth2 Provider for Laravel Socialite",
4486 + "support": {
4487 + "source": "https://github.com/SocialiteProviders/GitHub/tree/4.1.0"
4488 + },
4489 + "time": "2020-12-01T23:10:59+00:00"
4490 + },
4491 + {
4445 "name": "socialiteproviders/manager", 4492 "name": "socialiteproviders/manager",
4446 "version": "v4.1.0", 4493 "version": "v4.1.0",
4447 "source": { 4494 "source": {
......