sudocode / ohmy-auth

OAuth made easy for PHP (deprecated)
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Added code to perform Refresh Token grant requests #24

Open marcusball opened 9 years ago

marcusball commented 9 years ago

I'm not trying to say my code is perfect or anything, but judging by the output logs and by reviewing other pull requests, I don't think these build tests are functioning correctly. To be honest, I'm kind of doubting that the master branch itself would pass them.

diegoteixeir4 commented 9 years ago

@marcusball I think you're right. In the output logs all builds fail in the same point:

Undefined index: oauth_token_secret /home/travis/build/sudocode/ohmy-auth/src/ohmy/Auth1/Flow/ThreeLegged.php:66

Maybe something is wrong with the tests.