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

Business support #47

Merged
merged 9 commits into from
Aug 22, 2016
Merged

Business support #47

merged 9 commits into from
Aug 22, 2016

Conversation

cdmayer
Copy link
Contributor

@cdmayer cdmayer commented Aug 19, 2016

No description provided.

Also remove dual-purpose authenticate() method because it would require
a web browser dependency.
- Has some debug print() statements in there
- AuthProvider changes to only have a getter for access_token, looks
into the _session property to get it.
class GetAccessTokenServer(HTTPServer, object):

def __init__(self, server_address, stop_event, RequestHandlerClass):
HTTPServer.__init__(self, server_address, RequestHandlerClass)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super(HTTPServer, self).init(server_address, RequestHandlerClass)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved

@cdmayer cdmayer merged commit 16572ec into master Aug 22, 2016
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