File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## v2.0.2
4
+
5
+ * Fix issue where ` flask_util.UserOAuth2.required ` would accept expired credentials (#452 ).
6
+ * Fix issue where ` flask_util ` would fill the session with ` Flow ` objects (#498 ).
7
+ * Fix issue with Python 3 binary strings in ` Flow.step2_exchange ` (#446 ).
8
+ * Improve test coverage to 100%.
9
+
3
10
## v2.0.1
4
11
5
12
* Making scopes optional on Google Compute Engine ` AppAssertionCredentials `
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.1 '
17
+ __version__ = '2.0.2 '
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