File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## v2.1.0
4
+
5
+ * Add basic support for JWT access credentials. (#503 )
6
+ * Fix ` oauth2client.client.DeviceFlowInfo ` to use UTC instead of the system timezone when calculating code expiration.
7
+
3
8
## v2.0.2
4
9
5
10
* Fix issue where ` flask_util.UserOAuth2.required ` would accept expired credentials (#452 ).
14
19
* Adding common ` sign_blob() ` to service account types and a
15
20
` service_account_email ` property. (#421 )
16
21
* Improving error message in P12 factory
17
- ` ServiceAccountCredentials.from_p12_keyfile ` when pyOpenSSL is
22
+ ` ServiceAccountCredentials.frogit gadm_p12_keyfile ` when pyOpenSSL is
18
23
missing. (#424 )
19
24
* Allowing default flags in ` oauth2client.tools.run_flow() `
20
25
rather than forcing users to create a dummy argparser (#426 )
Original file line number Diff line number Diff line change 14
14
15
15
"""Client library for using OAuth2, especially with Google APIs."""
16
16
17
- __version__ = '2.0.2 '
17
+ __version__ = '2.1.0 '
18
18
19
19
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/v2/auth'
20
20
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'
You can’t perform that action at this time.
0 commit comments