-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: custom http client #16
Conversation
Also @baywet how should we approach custom HTTP clients for authentication? Should we support passing down a custom HTTP client from the request adapter into the auth layer? Please lmk if creating an issue on the main Kiota repo would be better for this discussion |
Let's wait to see if there's any demand for that before we start putting the work. |
@adrienbrault ça fait plaisir de croiser un ancien SUPINFO :) |
@baywet 👋 :-) |
d7b801a
to
7940d46
Compare
7940d46
to
0141a00
Compare
@baywet unable to confirm if the |
While
microsoft/microsoft-graph 2.0-RC13
allows using a custom guzzle client, the OAuth authentication does not.In order to use a custom client this is what's currently required:
This patch should make it simpler: