486ee8139fc24352caac0eacf8fff70e941c26e9
The OAuth2 for Devices implementation picked up an incidental change that failed to treat dicts and dict-like objects the same way. This is particularly painful in environments like App Engine, where `self.request.params` is a common dict-like value to pass in. This restores the previous behavior, and adds a test.
This is a client library for accessing resources protected by OAuth 2.0.
Installation
To install, simply say
$ pip install --upgrade oauth2client
Third Party Libraries
These libraries will be installed when you install the client library:
Contributing
Please see the contributing page for more information. In particular, we love pull requests -- but please make sure to sign the contributor license agreement.
Description
Languages
Python
99.3%
Shell
0.7%