Skip to content

Commit

Permalink
第一个版本
Browse files Browse the repository at this point in the history
  • Loading branch information
潘亮 authored and 潘亮 committed Sep 16, 2020
1 parent 620003f commit 7a8af16
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"email": "[email protected]"
}
],
"minimum-stability": "^1.0",
"minimum-stability": "^0.0.1",
"autoload": {
"psr-4": {
"Thirdparty\\": "./"
Expand Down
2 changes: 1 addition & 1 deletion test.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
$user = $aouth->driver('gitlab',[
'client_id' => '12c7e66df203caa44cf50608cec8c9ea43fe04aa1f8e02c1fc0a966784c61dcd',
'redirect_url' => 'http://oauth.test/test.php',
'client_secret' => '08fea056f9dc0f84eb691284bcea0520726d3f6fe25c1d525be8a25b67649420'
'client_secret' => ''

])->user();

Expand Down

0 comments on commit 7a8af16

Please sign in to comment.