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

appengine helpers should provide @oauth_required decorator #30

Closed
GoogleCodeExporter opened this issue Jan 26, 2016 · 3 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Begin to write an appengine sample
2. Add calls to a Google API
3. Now the oauth dance takes 80% of your SLOC

What is the expected output? What do you see instead?
Adding oauth should be as simple as wrapping your handler method with 
@oauth_required, like Buzz simple_wrapper in contrib.

What version of the product are you using? On what operating system?
google-api-python-client tip

Original issue reported on code.google.com by pro...@google.com on 17 May 2011 at 2:03

@GoogleCodeExporter
Copy link
Author

Design doc is here: 
http://code.google.com/p/google-api-python-client/wiki/OAuth2AppEngineDecorator

Original comment by jcgregorio@google.com on 17 May 2011 at 2:07

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Original comment by pro...@google.com on 17 May 2011 at 2:07

  • Changed title: appengine helpers should provide @oauth_required decorator

@GoogleCodeExporter
Copy link
Author

Checked in at 
http://code.google.com/p/google-api-python-client/source/detail?r=cdc9f8fa4ed849
8ad496f5b657a5d51f3eaa5b09

Original comment by jcgregorio@google.com on 27 May 2011 at 8:43

  • Changed state: Fixed

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

No branches or pull requests

1 participant