jeresig / pulley

Easy Github Pull Request Lander
MIT License
175 stars 24 forks source link

Convert authentication to OAuth #55

Closed timmywil closed 12 years ago

timmywil commented 12 years ago

Support for basic token authentication has been dropped, making pulley unusable by newcomers right now.

https://github.com/blog/1090-github-api-moving-on

sindresorhus commented 12 years ago

We've already moved away to OAuth. Make sure you have 0.2.2

timmywil commented 12 years ago

wat

timmywil commented 12 years ago

Hmm, yea I do. It's failing to retrieve a token so I just assumed it was trying to retrieve the old token.

timmywil commented 12 years ago

well, I'm not sure what the problem is, but it's not oauth.

timmywil commented 12 years ago

I figured out my issue. I have a complex password and it wasn't being escaped. Was about to do a pull request and realized this is already fixed in git.

mikesherov commented 12 years ago

:+1: