Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
joestump
/
python-oauth2
Public
Notifications
You must be signed in to change notification settings
Fork
902
Star
3k
Code
Issues
51
Pull requests
25
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Refactor Signer class
- #127
#127
Open
robkinyon
wants to merge 6 commits into
joestump:master
joestump/python-oauth2:master
from
robkinyon:master
Copy head branch name to clipboard
Conversation
Commits
6
(6)
Checks
Files changed
Open
Refactor Signer class
#127
robkinyon
wants to merge 6 commits into
joestump:master
joestump/python-oauth2:master
from
robkinyon:master
Copy head branch name to clipboard
Commits
Commits on Jan 25, 2013
Remove usage of httplib2 constant in signature of Client.request()
Rob Kinyon
committed
23a0d2f
View commit details
Copy full SHA for 23a0d2f
Browse repository at this point
Broke out the signer code from the client code so that it can be reused more easily
Rob Kinyon
committed
8c8ef7f
View commit details
Copy full SHA for 8c8ef7f
Browse repository at this point
Minor cleanup
Rob Kinyon
committed
69fe654
View commit details
Copy full SHA for 69fe654
Browse repository at this point
Commits on Jan 26, 2013
Refactored the Signer class out of the Client class so that it can be reused in Twisted and/or Tornado.
robkinyon
committed
d1b02a3
View commit details
Copy full SHA for d1b02a3
Browse repository at this point
Commits on Jan 28, 2013
Merge branch 'master' of https://github.com/robkinyon/python-oauth2
Rob Kinyon
committed
be0ad92
View commit details
Copy full SHA for be0ad92
Browse repository at this point
Parameters are now lists as required by twisted and Signer.create_request() now accepts a parameter list
Rob Kinyon
committed
7c1111d
View commit details
Copy full SHA for 7c1111d
Browse repository at this point
You can’t perform that action at this time.