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
Fix token refresh for new Bexio OpenID Connect provider URL https://auth.bexio.com/realms/bexio: Always store scopes in tokens file, as they are also used in refreshToken().
Add SensitiveParameter attribute to all sensitive parameters to avoid logging/leaking them.
Refactored most Client methods into AbstractClient for better extensibility.
BC break: The redirect URL does now need to be passed as second argument of the Client::authenticate($scopes, $redirectUrl) method, no longer as constructor argument.
Fix Contact::searchContacts() to support query params.
Use query request option in Guzzle client instead of appending query params to API URI directly to avoid conflicts with already existing query params in configured API URI.