Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 2.25 KB

File metadata and controls

42 lines (30 loc) · 2.25 KB

Changelog

PyPI History

0.4.1

08-26-2019 13:25 PDT

Implementation Changes

  • Don't auto-generate code_verifier by default. (#48)

Internal / Testing Changes

  • Add renovate.json (#56)

0.4.0

  • 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) (#41)

0.3.0

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

0.2.0

  • 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)

0.1.1

  • Allow access_type parameter to be overriden in Flow (#16)
  • Use a test port that is less likely to be taken (#12)
  • Documentation updates

0.1.0

Add command line tool.

0.0.1

Initial release. This package contains the functionality previously located in google.oauth2.oauthlib and google.oauth2.flows.