Skip to content

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

v0.4.0

10 Jun 22:31
7ce2a72

Choose a tag to compare

  • Add get_user_credentials function to get your user credentials (#40)
  • Add noxfile (#43)
  • Implement code verifier (PKCE) (#42)
  • Use actual server port in redirect_uri to allow automatic assignment (#33)
  • Fix links after repo move to googleapis (#41)

v0.3.0

22 Mar 18:18
5442eef

Choose a tag to compare

  • Use utc when parsing expiration timestamp (#26)
  • Allow saving credentials in current directory (#25)

v0.2.0

19 Mar 16:39

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

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

Choose a tag to compare

  • Add command line tool.