App Engine: Easier auth with OAuth2Decorator
Here on the App Engine team, we’re always trying to make it easier to call Google APIs from within your application.
Using the library google-api-python-client, API calls can be a breeze, but performing authentication and authorization can sometimes (often?) take 50% of development time! We’ll show how to get up and running with OAuth2Decorator to make auth as easy as the rest of the library.