-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parameter sorting and encoding #14
Comments
Good catch! |
Wow, Github website isn't showing the second part of your comment. Regarding #7, it's possible this might result in different base strings and therefore a signature mismatch. |
Ah, yes thats because I edited it almost immediately when I realised that isn't the issue with #7 as that particular issue is about the parameter values not the parameter names, so the order should remain the same :) |
One day I'll get the hang of the Github-foo for auto-closing based on my git commits, for now though: caebbc2 resolves this issue :) Thank you for raising it, I also found some other issues around using repeated parameters whilst writing tests for it :) |
Reading through http://tools.ietf.org/html/rfc5849:
However, in node-oauth:
I.e. the params are sorted before they are encoded.
The text was updated successfully, but these errors were encountered: