You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.