mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Merge branch 'release/0.3.3'. Release version 0.3.3
Conflicts: composer.json
This commit is contained in:
commit
fdfe80289a
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "lncd/oauth2",
|
||||
"description": "OAuth 2.0 Framework",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.3",
|
||||
"homepage": "https://github.com/lncd/OAuth2",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
@ -29,7 +29,7 @@
|
||||
{
|
||||
"name": "Alex Bilbie",
|
||||
"email": "hello@alexbilbie.com",
|
||||
"homepage": "http://www.httpster.org",
|
||||
"homepage": "http://www.alexbilbie.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
|
@ -297,7 +297,7 @@ class Server
|
||||
$typeId,
|
||||
$authCode,
|
||||
$accessToken,
|
||||
'request'
|
||||
'requested'
|
||||
);
|
||||
|
||||
} else {
|
||||
@ -315,7 +315,7 @@ class Server
|
||||
$authCode,
|
||||
null,
|
||||
null,
|
||||
'request'
|
||||
'requested'
|
||||
);
|
||||
|
||||
// Add the scopes
|
||||
|
Loading…
Reference in New Issue
Block a user