This website requires JavaScript.
Explore
Help
Sign In
jjkiers
/
OAuth
Watch
1
Star
0
Fork
0
You've already forked OAuth
Code
Issues
2
Pull Requests
1
Packages
Projects
Releases
1
Wiki
Activity
1.0.9
OAuth
/
src
/
JacobKiers
History
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
..
OAuth
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