| Issue 7: | authorize_client_response_type() is never used | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Implementing authorize_client_response_type() does nothing, because it's never used
Fix : insert at line 609 :
// Authorize client to use response type
if ($this->authorize_client_response_type($input["client_id"], $input["response_type"]) === false)
$this->callback_error($input["redirect_uri"], ERROR_UNAUTHORIZED_CLIENT, $input["state"]);
Oct 18, 2010
Project Member
#1
tim.ridg...@gmail.com
Oct 20, 2010
Thanks!
Nov 29, 2010
up! :)
Dec 13, 2010
Refer to https://code.google.com/p/oauth2-php/source/detail?r=d4e371c900e8fa8f0d59c798ca47ecca5f579db6, this is now get fixed within latest dev.
Status:
Fixed
|