mrjones / oauth

OAuth 1.0 implementation in go (golang).
http://www.mrjon.es
MIT License
269 stars 119 forks source link

Fixed oauth for Trello #38

Closed insanum closed 9 years ago

insanum commented 9 years ago

Fixed oauth for Trello. Trello no longer supports "oob" and hangs on to the callbackUrl when supplied. This results in 404 error upon verification. Fix is to not pass the callbackUrl which results in Trello servers performing the expected out-of-band verification and presents a web page with the verification code.

mrjones commented 9 years ago

Thanks for the patch!