Kevin Ullyott
Kevin Ullyott
> I would recommend the approach above however, should you want to handle the tokens yourself: > > * Extend the [`GraphPhpLeagueAccessTokenProvider`](https://github.com/microsoftgraph/msgraph-sdk-php-core/blob/dev/src/Authentication/GraphPhpLeagueAccessTokenProvider.php) and override `getAuthorizationTokenAsync()` to return an access token....
> @Orrison @ian-paqt yes, the expectation would be that you cache the `$tokenRequestContext` preferrably in memory for re-use. Would this be ideal? Not really. It would be preferable not to...
> Just adding this for info only. I currently download files from user shared folders, and my approach is to get the user to approve the azure application first, and...
Looks great! @danharrin, please re-review to clear your change request.
Hey folks, though it is still in beta / a work in progress I have created an alternative package which provides custom PHPStan rules, which does support PHP 8.4. The...
Sure, no problem. Unfortunately, I have been unable to get around to creating a reproduction, though it should be simple to reproduce, it just keeps going on the back burner....
@huyphams any plans for this in the roadmap?
> RoadRunner does not seem to work well with buffers and uses Generators. Maybe Octane could support Generators? > > ``` > return response()->stream(function (): Generator { > yield '1';...
> @Orrison technically would still need to check if it's a generator for edge cases but it's all you need for it to work with RoadRunner as it already accepts...
@crynobone would y'all consider @donnysim's suggestion of using Generators here?