OAuth/src/JacobKiers/OAuth
Alexandru G 087cb1278f Because `$token` refs an object, this statement will always be true. Therefore an empty `oauth_token` param will be added to each request, wich will break Bitbucket authorization process.
To fix this, we need to check if token key is empty and ignore it.
2013-06-06 05:58:53 +02:00
..
Consumer Use Interfaces anywhere. 2013-02-11 14:02:14 +00:00
DataStore Use Interfaces anywhere. 2013-02-11 14:02:14 +00:00
Request Because `$token` refs an object, this statement will always be true. Therefore an empty `oauth_token` param will be added to each request, wich will break Bitbucket authorization process. 2013-06-06 05:58:53 +02:00
SignatureMethod Use Interfaces anywhere. 2013-02-11 14:02:14 +00:00
Token Use Interfaces anywhere. 2013-02-11 14:02:14 +00:00
Credential.php Renamed namespace to JacobKiers 2013-02-08 10:32:26 +00:00
OAuthException.php Renamed namespace to JacobKiers 2013-02-08 10:32:26 +00:00
Server.php The output of Server::verifyToken is now a hash. 2013-02-15 12:09:56 +00:00
Util.php Renamed namespace to JacobKiers 2013-02-08 10:32:26 +00:00