Skip to content

Commit 3cd253e

Browse files
committed
edit
1 parent 87fa05b commit 3cd253e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/security/authentication/oidc.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ authenticate to various platforms.
6767

6868
.. note::
6969

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.
70+
Because Python's Standard Library doesn't support asynchronous HTTP requests,
71+
all OIDC requests from {+driver-short+} are synchronous. As of {+driver-short+}
72+
v4.14, synchronous OIDC requests do not block the ``asyncio`` loop.
7273

7374
.. _pymongo-mongodb-oidc-azure-imds:
7475

0 commit comments

Comments
 (0)