We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c87ff commit a9c381aCopy full SHA for a9c381a
CHANGELOG.rst
@@ -1,3 +1,10 @@
1
+v0.2.0
2
+------
3
+
4
+* Populate id_token into credentials from oauth2session (#20)
5
+* Carry token expiry from oauth2session into Credentials object (#18) (#19)
6
+* Accept redirect_uri as arg to flow creating classmethods. (#17)
7
8
v0.1.1
9
------
10
setup.py
@@ -34,7 +34,7 @@
34
35
setup(
36
name='google-auth-oauthlib',
37
- version='0.1.1',
+ version='0.2.0',
38
author='Google Cloud Platform',
39
author_email='jonwayne+google-auth@google.com',
40
description='Google Authentication Library',
0 commit comments