Skip to content

Releases: googleapis/google-auth-library-python-oauthlib

v0.2.0

19 Mar 16:39
Compare
Choose a tag to compare
  • Populate id_token into credentials from oauth2session (#20)
  • Carry token expiry from oauth2session into Credentials object (#18) (#19)
  • Accept redirect_uri as arg to flow creating classmethods. (#17)

v0.1.1

19 Mar 16:38
Compare
Choose a tag to compare
  • Allow access_type parameter to be overriden in Flow (#16)
  • Use a test port that is less likely to be taken (#12)
  • Documentation updates

v0.1.0

11 May 22:01
Compare
Choose a tag to compare
  • Add command line tool.