Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-Server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李帅
2022-03-29 17:36:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ac707625f7de6edd4dd03ce5517d0f22f72de48b
ac707625
1 parent
31e4919a
1.测试OAuth
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
1 deletions
composer.json
composer.lock
composer.json
View file @
ac70762
...
...
@@ -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"
...
...
composer.lock
View file @
ac70762
...
...
@@ -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"
:
{
...
...
Please
register
or
login
to post a comment