Skip to content
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

Support for oauth with RSA-SHA1 signing #1228

Merged
merged 7 commits into from
Oct 30, 2014

Conversation

nylen
Copy link
Member

@nylen nylen commented Oct 28, 2014

This is #1042 + tests and docs, and also a change to use the private_key OAuth parameter for RSA-SHA1 signing instead of the consumer_secret parameter which is used for HMAC-SHA1 signing. Per the RFC this is correct.

@FredKSchott @mikeal or anyone else: review please? Also, here are a couple of test scripts against http://oauthbin.com/ that give me confidence that this works correctly: https://gist.github.com/nylen/639ef899d9964cb2957c

@nylen nylen changed the title Toehio feature/oauth sign rsa Support for oauth with RSA-SHA1 signing Oct 28, 2014
@simov
Copy link
Member

simov commented Oct 29, 2014

@nylen I looked through your code, it looks good to me, too bad I use another module for signing, but I can actually reconsider this

@mikeal
Copy link
Member

mikeal commented Oct 29, 2014

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants