File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## [ 0.6.x (unreleased)] ( https://github.com/onlime/bexio-api-client/compare/0.5.0...main )
3+ ## [ 0.6.x (unreleased)] ( https://github.com/onlime/bexio-api-client/compare/0.6.1...main )
4+
5+ ## [ 0.6.1 (2024-10-09)] ( https://github.com/onlime/bexio-api-client/compare/0.6.0...0.6.1 )
6+
7+ - Fix for ` jumbojett/openid-connect-php ` v1.0: Only set accessToken if already loaded in ` Bexio\Client ` instance.
48
59## [ 0.6.0 (2024-10-08)] ( https://github.com/onlime/bexio-api-client/compare/0.5.0...0.6.0 )
610
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public function getOpenIDConnectClient(): OpenIDConnectClient
8787 $ this ->clientId ,
8888 $ this ->clientSecret
8989 );
90- $ oidc ->setAccessToken ($ this ->accessToken );
90+ $ this -> accessToken && $ oidc ->setAccessToken ($ this ->accessToken );
9191 return $ oidc ;
9292 }
9393
You can’t perform that action at this time.
0 commit comments