We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63924dc commit 699a1b0Copy full SHA for 699a1b0
source/security/authentication/oidc.txt
@@ -67,8 +67,8 @@ authenticate to various platforms.
67
68
.. note::
69
70
- Because Python's Standard Library doesn't support asynchronous HTTP requests,
71
- all OIDC requests from {+driver-short+} are synchronous and block the ``asyncio`` loop.
+ As of {+driver-short+} v4.14, Python's Standard Library supports asynchronous HTTP requests.
+ All OIDC requests from {+driver-short+} are synchronous and will not block the ``asyncio`` loop.
72
73
.. _pymongo-mongodb-oidc-azure-imds:
74
0 commit comments