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

Updated tmhOAuth.php to support RSA-SHA1 Signing. #179

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

moacode
Copy link

@moacode moacode commented Aug 6, 2014

I chose this library to handle OAuth authentication for a Xero Integration project, which worked great until using it for 'Private' applications (http://developer.xero.com/documentation/getting-started/private-applications/). Xero uses HMAC-SHA1 for public/partner applications and the RSA-SHA1 signature method for Private applications, which tmhOAuth doesn't support.

As Xero usage is growing rapidly, it'd be nice to incorporate these features into the main library.

joshatdf added 2 commits August 6, 2014 22:57
I chose this library to handle OAuth authentication for a Xero Integration project, which worked great until using it for 'Private' applications (http://developer.xero.com/documentation/getting-started/private-applications/). Xero uses HMAC-SHA1 for public/partner applications and the RSA-SHA1 signature method for Private applications, which tmhOAuth doesn't support.

As Xero usage is growing rapidly, it'd be nice to incorporate these features into the main library.
@moacode
Copy link
Author

moacode commented Jun 16, 2015

Hi Matt, could you please review these changes? Thanks.

@themattharris
Copy link
Owner

i was looking at this. can you also add a test to https://github.com/themattharris/tmhOAuthTest that i can run against this code. once i can run the tests i'll work on integration.

@themattharris themattharris self-assigned this Jul 22, 2015
@themattharris themattharris added this to the 0.8.5 milestone Jul 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants