Go to file
Liran Nuna 999de3ac8b Try to revoke token with POST when getting a 405 (#662)
The OAuth spec does not specify the HTTP verb explicitly but it does hint that POST is the correct verb.
When using the client library with other OAuth services that implement revocation token via a POST, revoking the token will fail.

This commit adds the ability to re-try the revocation process if we get a 405 with the POST verb.
2016-10-06 12:53:16 -07:00
2016-08-10 10:40:08 -07:00
2016-09-20 12:28:47 -07:00
2016-08-11 09:25:09 -07:00
2016-08-09 14:15:13 -07:00
2016-07-28 10:41:41 -07:00
2016-08-10 10:40:08 -07:00
2015-01-06 01:32:28 -08:00
2016-08-10 10:40:08 -07:00
2016-08-10 10:40:08 -07:00
2016-08-15 09:56:57 -07:00

Build Status Coverage Status Documentation Status

This is a client library for accessing resources protected by OAuth 2.0.

Installation

To install, simply run the following command in your terminal:

$ pip install --upgrade oauth2client

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.

Supported Python Versions

We support Python 2.7 and 3.4+. More information in the docs.

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 9.7 MiB
Languages
Python 99.3%
Shell 0.7%