Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Added a method that can sign requests that have an oauth_verifier #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

davidolesch
Copy link

This might be superfluous but it could make it easier for anyone that needs a signed request with a verifier to get access tokens.

@lorenbrichter
Copy link
Owner

Could you set this up so that there's only one "meaty" function that takes all params and the existing OAuthorizationHeaderWithCallback just calls it and passes nil as the verifier?

…de OAuthorizationHeaderWithCallback just call OAuthorizationHeaderWithCallbackAndVerifier when an Authorization Header without a verifier is needed.
@davidolesch
Copy link
Author

I updated my master to only have one "meaty" function. Do you have an easy way to test the code or do you want me to test it?

@davidolesch
Copy link
Author

I've been using this in production for 3 months and it works.

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

Successfully merging this pull request may close these issues.

2 participants