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 87fa05b commit 3cd253eCopy full SHA for 3cd253e
source/security/authentication/oidc.txt
@@ -67,8 +67,9 @@ authenticate to various platforms.
67
68
.. note::
69
70
- Python's Standard Library supports asynchronous HTTP requests.
71
- All OIDC requests from {+driver-short+} are synchronous and will not block the ``asyncio`` loop.
+ Because Python's Standard Library doesn't support asynchronous HTTP requests,
+ all OIDC requests from {+driver-short+} are synchronous. As of {+driver-short+}
72
+ v4.14, synchronous OIDC requests do not block the ``asyncio`` loop.
73
74
.. _pymongo-mongodb-oidc-azure-imds:
75
0 commit comments