Marcin Gibuła
Results
2
comments of
Marcin Gibuła
I believe there is a bug in GuzzleFetcher.php in setAuthenticationScopes() - it takes access token from authentication container, when it should just call getToken(). Currently, access_token needs to be explicitly...
Yeah, I also found out $esi->rawFetch() can be used to make custom call to /verify, which is also odd. I believe a public function to fetch this info would make...