HTTP/OAuth2/GrantType/UserCredentials.php
authorEdward <edward@roojs.com>
Thu, 25 Sep 2014 09:21:18 +0000 (17:21 +0800)
committerEdward <edward@roojs.com>
Thu, 25 Sep 2014 09:21:18 +0000 (17:21 +0800)
HTTP/OAuth2/GrantType/UserCredentials.php

index 9eacfed..bf4d221 100755 (executable)
@@ -36,7 +36,7 @@ class HTTP_OAuth2_GrantType_UserCredentials implements HTTP_OAuth2_GrantType_Gra
 
             return null;
         }
-
+        print_r($this->storage);exit;
         if (!$this->storage->checkUserCredentials($request->request("username"), $request->request("password"))) {
             $response->setError(401, 'invalid_grant', 'Invalid username and password combination');