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
556 stars 108 forks source link

Are spaces allowed after delimiter? #43

Closed danieleli closed 11 years ago

danieleli commented 11 years ago

I'm not sure what the spec says about this but service I'm hitting fails with the space and passes without it.  Which way is correct?  Or should both work?

danieleli commented 11 years ago

disregard. spec states optional space after comma.