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
Username/password authentication on REST++-protected instances — Fixed a bug where requests failed when the connection had only username and password. The client now obtains and refreshes tokens automatically.
getToken() and refreshToken() — Fixed a bug where the returned token was not applied to the connection, causing subsequent requests to fail authentication.