This release handles the new auth process (see #260). It does not yet handle MFA users.
When upgrading, any previously stored refresh_token
s will no longer function, as they are being generated by a new system. While existing Owner API access_token
s will continue to work until they expire, a full login will be needed to obtain new refresh_tokens.
Changes
- Update for new authentication process