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

Does not run on AppEngine #2

Open
matti777 opened this issue Oct 6, 2017 · 2 comments
Open

Does not run on AppEngine #2

matti777 opened this issue Oct 6, 2017 · 2 comments

Comments

@matti777
Copy link

matti777 commented Oct 6, 2017

Because of:

http.DefaultTransport and http.DefaultClient are not available in App Engine. See https://cloud.google.com/appengine/docs/go/urlfetch/

Solution would be to make it possible to parametrize a http.Client param when creating the Verifier object eg. via ClientOptions.

@dinoboff
Copy link

Is it still an issue with go 1.11 App Engine standard?

@farshidce
Copy link

I was able to use this library in GAE after applying this patch
"#5"

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

No branches or pull requests

3 participants