Skip to content

v0.3.2

Latest
Compare
Choose a tag to compare
@areed1192 areed1192 released this 05 Dec 03:43
· 19 commits to master since this release

0.3.2 (12-04-2020)

Changes

  • The library will no longer auto-generate credentials.json in the utility folder out of a concern for security. Instead, the user must specify where they would like to cache their refresh token.
  • Breaks up the oAuth process into simpler functions that are easier for users to modify.
  • Removes the StatePath object because of credentials storage protocol.

Bug Fixes

  • Fixes an issue where grabbing a new access token would automatically grab a new refresh token. Now it will just grab the access token.
  • Fixes an issue where the oAuth process would automatically invalidate a valid refresh token.