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

proposal: app engine support #113

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

Commits on Dec 30, 2016

  1. proposal: app engine support

    App Engine unfortunately can't make outbound requests without using
    the appengine urlfetch library and a request-specific context.
    
    I don't see a way around this other than to change the signature of
    the Provider and Session interfaces.
    
    This really has a huge amount of downsides obviously, but before I
    go and fix stuff for providers besides Facebook, G+, and Twitter
    (Twitter support requires mrjones/oauth#60
    to get merged), I figured I'd open a pull request and discuss the
    tradeoffs.
    
    Unfortunately I think we need to do something like this to support
    App Engine. Perhaps this is an opportunity to version goth using
    gopkg.in or something?
    jtolio committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    7b9fe7a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Configuration menu
    Copy the full SHA
    65f8b08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    029f6f4 View commit details
    Browse the repository at this point in the history