bytespider / jsOAuth

JavaScript implimentation of the OAuth protocol. Currently supports version 1.0 (RFC5849) of the specification. Node.js & CommonJS compatible.
http://bytespider.github.com/jsOAuth/
MIT License
557 stars 109 forks source link

Move GET param handling to before the content type check. #33

Closed bytespider closed 12 years ago

bytespider commented 12 years ago

Thanks to Erick Tai and the StackMob team