Refactor Signer class by robkinyon · Pull Request #127 · joestump/python-oauth2 · GitHub
Skip to content

Refactor Signer class#127

Open
robkinyon wants to merge 6 commits into
joestump:masterfrom
robkinyon:master
Open

Refactor Signer class#127
robkinyon wants to merge 6 commits into
joestump:masterfrom
robkinyon:master

Conversation

@robkinyon

Copy link
Copy Markdown

This is to allow oauth2 to be usable in asynchronous frameworks such as Twisted or Tornado. Currently, the Signer class is commingled into the Client class, forcing all usage of signed requests to be over httplib2, thus synchronous. By breaking the act of signing out from the act of making the request, oauth2 becomes usable in asynchronous frameworks.

@joestump

Copy link
Copy Markdown
Owner

@jaitaiwan

Copy link
Copy Markdown
Contributor

Further to @joestump's comment it would be awesome if you could also squash your commits too before submitting the PR. Thanks!

@robkinyon

Copy link
Copy Markdown
Author

It's been a couple years (and a couple jobs) since I created this PR. I'm going to have to rebuild my fork and put my changeset on a proper branch before I can figure this out. Give me a few weeks.

@jaitaiwan

Copy link
Copy Markdown
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants