Merge branch 'release/0.3.4'

This commit is contained in:
Alex Bilbie 2012-12-11 15:33:05 +00:00
commit 1be25955d6
2 changed files with 38 additions and 36 deletions

View File

@ -1,7 +1,7 @@
{
"name": "lncd/oauth2",
"description": "OAuth 2.0 Framework",
"version": "0.3.3",
"version": "0.3.4",
"homepage": "https://github.com/lncd/OAuth2",
"license": "MIT",
"require": {

View File

@ -163,6 +163,8 @@ class Server
throw new ClientException($this->errors['invalid_client'], 8);
}
$params['client_details'] = $clientDetails;
// Response type
if ( ! isset($authParams['response_type']) && ! isset($_GET['response_type'])) {